ansible-role-munin/templates/hosts.conf.j2.bkp

7 lines
187 B
Plaintext

# Munin hosts.
{% for host in munin_hosts %}
[{{ hostvars[host]['ansible_fqdn'] }}]
address {{ hostvars[host]['ansible_default_ipv4']['address'] }}
use_node_name yes
{% endfor %}