You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I love your work and I use many of your projects daily!
I've noticed that when I setup a variable per host (in hosts.ini) like so: 192.168.1.3 munin_node_allowed_cidrs=192.168.1.2/32
or 192.168.1.3 munin_node_allowed_cidrs=[192.168.1.2/32]
or even 192.168.1.3 munin_node_allowed_cidrs=[ 192.168.1.2/32 ]
I'm getting something like this in 192.168.1.3's munin-node.conf:
Hi, I love your work and I use many of your projects daily!
I've noticed that when I setup a variable per host (in hosts.ini) like so:
192.168.1.3 munin_node_allowed_cidrs=192.168.1.2/32
or
192.168.1.3 munin_node_allowed_cidrs=[192.168.1.2/32]
or even
192.168.1.3 munin_node_allowed_cidrs=[ 192.168.1.2/32 ]
I'm getting something like this in 192.168.1.3's munin-node.conf:
instead of
cidr_allow 192.168.1.2/32
When I setup a variable in a role at a playbook - it works like expected, but I need different IP addresses per host.
Am I doing something wrong here?
Greetings from Poland!
The text was updated successfully, but these errors were encountered: