diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-05-19 19:36:30 +0200 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-05-19 19:36:30 +0200 |
commit | a10985afe4cdb9934157aacbe25c5d3f0ec6f027 (patch) | |
tree | 63faac06eb1813a5cbde2dc7a9aab2599d5a4716 /roles | |
parent | d6aed0cfbda68e19230ef024ea8fbc99c9384977 (diff) |
updated ip of munin.niyawe.de
Diffstat (limited to 'roles')
-rw-r--r-- | roles/install_monitoring/templates/munin-node.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/install_monitoring/templates/munin-node.conf.j2 b/roles/install_monitoring/templates/munin-node.conf.j2 index 8b1f7e8..6dda88c 100644 --- a/roles/install_monitoring/templates/munin-node.conf.j2 +++ b/roles/install_monitoring/templates/munin-node.conf.j2 @@ -38,7 +38,7 @@ host_name {{ ansible_fqdn }} # may repeat the allow line as many times as you'd like allow ^127\.0\.0\.1$ -allow ^2a01:4f8:151:13cd::35$ +allow ^2a01:4f8:151:13cd:1::35$ allow ^::1$ # Which address to bind to; |