ansible-role-apache/hadoop/roles/common/templates/etc/hosts.j2
2013-04-12 17:56:10 +05:30

5 lines
129 B
Django/Jinja

127.0.0.1 localhost
{% for host in groups.all %}
{{ hostvars[host]['ansible_' + iface].ipv4.address }} {{ host }}
{% endfor %}