7 lines
200 B
Django/Jinja
7 lines
200 B
Django/Jinja
127.0.0.1 localhost
|
|
:: 1 localhost
|
|
|
|
{% for host in groups.all %}
|
|
{{ hostvars[host].ansible_default_ipv4.address }} {{ hostvars[host].ansible_fqdn }} {{ hostvars[host].ansible_hostname }}
|
|
{%endfor%}
|