ansible-role-cmdb/templates/all.txt.j2

6 lines
115 B
Text
Raw Normal View History

2023-06-19 15:12:18 +02:00
====== Alle Server ======
{% for host in groups['all'] | sort %}
* [[cmdb:servers:all:{{ host }}]]
{% endfor %}