paulbsd-salt/states/zabbix/templates/zabbix_agent2.conf.j2
Paul 56f27dc9d9
All checks were successful
continuous-integration/drone/push Build is passing
updated zabbix state
2024-09-28 14:24:54 +02:00

4 lines
149 B
Django/Jinja

{%- from "zabbix/map.jinja" import zabbix with context -%}
{%- for key, value in zabbix.agent2.config.items() %}
{{ key }}={{ value }}
{%- endfor -%}