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