domains.j2 209 B

12345678910
  1. {% if ansible_controlled is defined and ansible_controlled != "" %}
  2. #
  3. # {{ ansible_controlled }}
  4. #
  5. {% endif %}
  6. {% if ssl_certs_auto|length > 0 %}
  7. {% for d in ssl_certs_auto %}
  8. {{ d }}
  9. {% endfor %}
  10. {% endif %}