InternalHosts.j2 245 B

12345678910
  1. {% if ansible_prolog -%}
  2. {% from 'templates/ansible/prolog.j2' import prolog with context %}
  3. {{ prolog() }}
  4. {% endif -%}
  5. 127.0.0.1
  6. {% if dkim_internal_hosts is defined %}
  7. {% for host in dkim_internal_hosts %}
  8. {{ host }}
  9. {% endfor %}
  10. {% endif %}