mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-11 12:10:20 +01:00
5 lines
129 B
Django/Jinja
5 lines
129 B
Django/Jinja
127.0.0.1 localhost
|
|
{% for host in groups.all %}
|
|
{{ hostvars[host]['ansible_' + iface].ipv4.address }} {{ host }}
|
|
{% endfor %}
|
|
|