vn-ansible/roles/config-hosts/templates/hosts.j2

5 lines
100 B
Plaintext
Raw Normal View History

2024-02-14 14:50:02 +00:00
{% if hosts is defined %}
{% for host in hosts %}
{{host.ip}} {{host.name}}
{% endfor %}
{% endif %}