aboutsummaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-08-28 17:49:57 +0100
committerGravatar Joe Banks <[email protected]>2024-08-28 17:50:42 +0100
commita7556754bee8749dea6244bebcdf7a4e5b823c00 (patch)
treec3cc8b084a1751153f2a10928fa7be1eeec9ce8a /ansible
parentRemove unnecessary handler for munin restarting (diff)
Bind munin-node locally
Diffstat (limited to 'ansible')
-rw-r--r--ansible/roles/munin/templates/munin-node.conf.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/roles/munin/templates/munin-node.conf.j2 b/ansible/roles/munin/templates/munin-node.conf.j2
index 7f4bd42..4e89883 100644
--- a/ansible/roles/munin/templates/munin-node.conf.j2
+++ b/ansible/roles/munin/templates/munin-node.conf.j2
@@ -54,8 +54,8 @@ allow ^::1$
# cidr_deny 192.0.2.42/32
# Which address to bind to;
-host *
-# host 127.0.0.1
+# host *
+host 127.0.0.1
# And which port
port 4949