From a7556754bee8749dea6244bebcdf7a4e5b823c00 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Wed, 28 Aug 2024 17:49:57 +0100 Subject: Bind munin-node locally --- ansible/roles/munin/templates/munin-node.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ansible') 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 -- cgit v1.2.3