mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
7 lines
232 B
Django/Jinja
7 lines
232 B
Django/Jinja
{% 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 %}
|
|
Fping6Location=
|
|
{% endif %}
|