changes in snmp variables
This commit is contained in:
@@ -61,14 +61,14 @@
|
||||
path: "{{ snmpd_conf }}"
|
||||
line: "^sysLocation.*$"
|
||||
state: present
|
||||
line: "sysLocation {{ sysLocation | {{ defaultSysLocation }} }}"
|
||||
line: "sysLocation {{ snmp_location }}"
|
||||
|
||||
- name: server | snmpd | set sysContact
|
||||
lineinfile:
|
||||
path: "{{ snmpd_conf }}"
|
||||
line: "^sysContact.*$"
|
||||
state: present
|
||||
line: "sysContact {{ sysContact }}"
|
||||
line: "sysContact {{ snmp_contact }}"
|
||||
|
||||
- name: server | snmpd | enable service on all interfaces
|
||||
lineinfile:
|
||||
|
||||
Reference in New Issue
Block a user