InternalHosts.j2 239 B

123456789101112
  1. {% if ansible_controlled is defined and ansible_controlled != "" %}
  2. #
  3. # {{ ansible_controlled }}
  4. #
  5. {% endif %}
  6. 127.0.0.1
  7. ::1
  8. {% if dkim_internal_hosts is defined %}
  9. {% for host in dkim_internal_hosts %}
  10. {{ host }}
  11. {% endfor %}
  12. {% endif %}