added SNMPD sysLocation
This commit is contained in:
@@ -56,6 +56,13 @@
|
||||
line: "agentaddress 127.0.0.1,{{ wg_local_ip | ipaddr('address') }},[::1]"
|
||||
when: wg_local_ip is defined
|
||||
|
||||
- name: server | snmpd | set sysLocation
|
||||
lineinfile:
|
||||
path: "{{ snmpd_conf }}"
|
||||
line: "^sysLocation.*$"
|
||||
state: present
|
||||
line: "sysLocation {{ sysLocation | {{ defaultSysLocation }} }}"
|
||||
|
||||
- name: server | snmpd | enable service on all interfaces
|
||||
lineinfile:
|
||||
path: "{{ snmpd_conf }}"
|
||||
|
||||
Reference in New Issue
Block a user