3 lines
117 B
Plaintext
3 lines
117 B
Plaintext
|
{% for host in hostvars %}
|
||
|
{{ hostvars[host]['ansible_facts']['enp5s0']['ipv4']['address'] }} {{ host }}
|
||
|
{% endfor %}
|