paulbsd-salt/states/zabbix/templates/zabbix_agent2.conf.j2

4 lines
149 B
Plaintext
Raw Normal View History

2024-09-28 14:24:54 +02:00
{%- from "zabbix/map.jinja" import zabbix with context -%}
{%- for key, value in zabbix.agent2.config.items() %}
{{ key }}={{ value }}
{%- endfor -%}