infra/roles/inventory/templates/ansible_hosts.j2

7 lines
87 B
Plaintext
Raw Normal View History

2018-10-02 10:12:23 +04:00
{% for g in groups %}
[{{g}}]
{% for h in groups[g] %}
{{h}}
{% endfor %}
{% endfor %}