diff --git a/roles/server/tasks/utilities/snmpd.yml b/roles/server/tasks/utilities/snmpd.yml index bed050c..31debd4 100644 --- a/roles/server/tasks/utilities/snmpd.yml +++ b/roles/server/tasks/utilities/snmpd.yml @@ -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