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

6 lines
131 B
Text
Raw Permalink Normal View History

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