{% if system_proxy is defined and system_proxy != '' %} true http {{ system_proxy | urlsplit('hostname') }} {{ system_proxy | urlsplit('port') }} {% if system_proxy_no_proxy is defined and system_proxy_no_proxy | length > 0 %} {{ system_proxy_no_proxy | join('|') }} {% endif %} {% endif %}