ceph-installer/ansible/hosts.j2

3 lines
117 B
Plaintext
Raw Normal View History

2024-01-27 23:26:11 +03:00
{% for host in hostvars %}
{{ hostvars[host]['ansible_facts']['enp5s0']['ipv4']['address'] }} {{ host }}
{% endfor %}