8 lines
163 B
Text
8 lines
163 B
Text
|
{{ ansible_managed | comment }}
|
||
|
|
||
|
{% for item in hostname__hosts %}
|
||
|
{% for addr in item.address %}
|
||
|
{{ addr }} {{ item.name | join(" ") }}
|
||
|
{% endfor %}
|
||
|
{% endfor %}
|