vn-ansible/roles/linux-hostname/templates/hosts.j2

5 lines
99 B
Django/Jinja

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