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