zabbix/templates/zabbix-scripts.cfg.j2
2023-02-05 11:48:17 +01:00

6 lines
154 B
Django/Jinja

# {{ ansible_managed }}
# Zabbix scripts configuration file
{% for item in zabbix_scripts_config_items %}
{{ item.key }}="{{ item.value }}"
{% endfor %}