{{ sophos_api_username }}
{{ sophos_api_password }}
{{ item.name }}
{{ item.domain }}
{{ item.listening_ip }}
{{ item.listening_port }}
{{ item.protocol | upper }}
{% if item.ssl_certificate is defined %}
{{ item.ssl_certificate }}
{% endif %}
{% for backend in item.backend_servers %}
{{ backend }}
{% endfor %}
{{ item.load_balancing | default('round-robin') }}
{{ item.protection_policy }}
{{ item.session_timeout | default(1800) }}
{{ 'Enable' if item.enable_hsts | default(false) else 'Disable' }}
{{ 'Enable' if item.enable_compression | default(false) else 'Disable' }}
{% if item.websocket_support is defined %}
{{ 'Enable' if item.websocket_support else 'Disable' }}
{% endif %}