ansible-role-apache/hadoop/roles/common/templates/etc/hosts.j2

6 lines
129 B
Text
Raw Normal View History

2013-04-12 14:26:10 +02:00
127.0.0.1 localhost
{% for host in groups.all %}
{{ hostvars[host]['ansible_' + iface].ipv4.address }} {{ host }}
{% endfor %}