4 lines
110 B
Plaintext
4 lines
110 B
Plaintext
|
{% for host in groups['all'] %}
|
||
|
{{ hostvars[host]['ansible_facts']['default_ipv4']['address'] }}
|
||
|
{% endfor %}
|