ansible-roles/roles/zabbix_proxy/templates/zabbix_proxy.conf.j2

7 lines
232 B
Plaintext
Raw Normal View History

2022-04-06 11:00:07 +02:00
{% for key in zabbix_proxy_conf.keys() | list %}
{{ key }}={{zabbix_proxy_conf[key] }}
{% endfor %}
{% if ansible_all_ipv6_addresses | length < 1 and zabbix_proxy_conf['Fping6Location'] is not defined %}
2021-12-01 19:13:34 +01:00
Fping6Location=
{% endif %}