{% if httpd_status_ip is defined and httpd_status_ip | length > 0 %} SetHandler server-status Require ip {{ httpd_status_ip | join(' ') }} ExtendedStatus On {% endif %}