munin IP entry fixed

This commit is contained in:
Tommaso Piccioli 2016-06-06 17:04:01 +02:00
parent 67d18d6078
commit 6b711b6535
1 changed files with 3 additions and 3 deletions

View File

@ -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