From a6e475fdcd91e09d391c7d2557365522c61a8107 Mon Sep 17 00:00:00 2001 From: mg Date: Mon, 17 Jul 2023 22:39:17 +0200 Subject: [PATCH] fix: munin allow cidr (#554) Co-authored-by: Michael Grote Reviewed-on: https://git.mgrote.net/mg/homeserver/pulls/554 --- host_vars/pbs.grote.lan.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/host_vars/pbs.grote.lan.yml b/host_vars/pbs.grote.lan.yml index 23cbb8b2..b9d59d77 100644 --- a/host_vars/pbs.grote.lan.yml +++ b/host_vars/pbs.grote.lan.yml @@ -166,3 +166,6 @@ ### mgrote.zfs_sanoid sanoid_deb_url: http://192.168.2.43:3344/sanoid_3.0.0.deb # weil pbs den fqdn nicht auflösen kann + + ### mgrote.munin-node + munin_node_allowed_cidrs: [192.168.3.0/24]