munin IP entry fixed
This commit is contained in:
parent
67d18d6078
commit
6b711b6535
|
@ -9,9 +9,9 @@
|
|||
- name: munin-node ACLs
|
||||
lineinfile: name=/etc/munin/munin-node.conf line={{ item }}
|
||||
with_items:
|
||||
- '"allow ^146\.48\.87\.88$"'
|
||||
- '"allow ^146\.48\.122\.15$"'
|
||||
- '"allow ^146\.48\.123\.23$"'
|
||||
- 'allow ^146\.48\.87\.88$'
|
||||
- 'allow ^146\.48\.122\.15$'
|
||||
- 'allow ^146\.48\.123\.23$'
|
||||
register: munin_config
|
||||
tags:
|
||||
- munin
|
||||
|
|
Loading…
Reference in New Issue