Munin: Update IPs (the one for hkis04 was wrong)

This commit is contained in:
Julien Palard 2023-02-13 14:27:23 +01:00
parent 572c913437
commit 57494ec363
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
2 changed files with 10 additions and 0 deletions

View File

@ -34,6 +34,14 @@
}
}
munin_extra_hosts: |
[hkis04.hackinscience.org]
address [2001:4b98:dc0:43:216:3eff:fe1e:a9f0]
[bot01.hackinscience.org]
address [2001:4b98:dc0:43:216:3eff:fe41:d21a]
[bot02.hackinscience.org]
address [2001:4b98:dc0:43:216:3eff:fea8:e01c]
roles:
- munin_server
- nginx

View File

@ -17,3 +17,5 @@ fork no
[{{ hostvars[host]['inventory_hostname'] }}]
address [{{ hostvars[host]['ansible_facts']['default_ipv6']['address'] }}]
{% endfor %}
{{ munin_extra_hosts }}