domains.j2 219 B

123456789
  1. {% if ansible_prolog -%}
  2. {% from 'templates/ansible/prolog.j2' import prolog with context %}
  3. {{ prolog() }}
  4. {% endif -%}
  5. {% if ssl_certs_auto|length > 0 %}
  6. {% for d in ssl_certs_auto %}
  7. {{ d }}
  8. {% endfor %}
  9. {% endif %}