additional course material RH294
Student User
2020-02-19 8b862483000e30613e2079356141ed730015d306
1
2
3
4
5
# template for /etc/hosts
{% for host in groups['all'] %}
{{ hostvars['host']['ansible_facts'] }}
{# {{ hostvars['host']['ansible_facts']['default_ipv4']['address'] }} {{ hostvars['host']['ansible_facts']['fqdn'] }} {{ hostvars['host']['ansible_facts']['hostname'] }} #}
{% endfor %}