{% if 'tls' in nginx_vhost %} {% if (nginx_vhost.tls.http_redirect | default(true)) %} {% include 'tls-with-redirect.conf.j2' %} {% else %} {% include 'tls-only.conf.j2' %} {% endif %} {% else %} {% include 'no-tls.conf.j2' %} {% endif %}