InternalHosts.j2 249 B

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