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

6 lines
143 B
Text
Raw Normal View History

2023-11-01 11:09:55 +01:00
====== Storage Boxes ======
{% for host in groups['storage_boxes'] | sort %}
2023-11-02 08:53:10 +01:00
* [[{{ cmdb_namespace }}:servers:all:{{ host }}]]
2023-11-01 11:09:55 +01:00
{% endfor %}