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

5 lines
100 B
Django/Jinja

{% if hosts is defined %}
{% for host in hosts %}
{{host.ip}} {{host.name}}
{% endfor %}
{% endif %}