walk all tree
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
- name: server | snmpd | setup ACLs
|
||||
lineinfile:
|
||||
path: "/etc/snmp/snmpd.conf" # required. The file to modify. Before Ansible 2.3 this option was only usable as I(dest), I(destfile) and I(name).
|
||||
line: "rouser {{snmp_user }} authpriv -V systemonly"
|
||||
line: "rouser {{snmp_user }} authpriv"
|
||||
insertafter: "# SECTION: custom settings"
|
||||
|
||||
- name: server | snmpd | enable service on all interfaces
|
||||
|
||||
Reference in New Issue
Block a user