♻️: make munin_client independant from server configuration
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m26s
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m26s
This commit is contained in:
@@ -41,7 +41,7 @@ host_name {{ ansible_host }}
|
|||||||
# network notation unless the perl module Net::CIDR is installed. You
|
# network notation unless the perl module Net::CIDR is installed. You
|
||||||
# may repeat the allow line as many times as you'd like
|
# may repeat the allow line as many times as you'd like
|
||||||
|
|
||||||
allow ^{{ hostvars['munin']['ansible_default_ipv4']['address'].split('.')|join('\.') }}
|
allow ^{{ hostvars['munin']['proxmox_net0']['ip'] | ansible.utils.ipaddr('address') | split('.') |join('\.') }}
|
||||||
allow ^127\.0\.0\.1$
|
allow ^127\.0\.0\.1$
|
||||||
allow ^::1$
|
allow ^::1$
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user