deactivate systemd-resolved
and replaced paths with global vars
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
|
||||
- name: database | snmpd | configure extend
|
||||
lineinfile:
|
||||
path: "/etc/snmp/snmpd.conf"
|
||||
path: "{{ snmpd_conf }}"
|
||||
state: present
|
||||
line: "extend postgres /usr/bin/sudo -u postgres /etc/snmp/postgres"
|
||||
insertafter: "# SECTION: Extends"
|
||||
@@ -53,7 +53,7 @@
|
||||
|
||||
- name: database | snmpd | configure extend
|
||||
lineinfile:
|
||||
path: "/etc/snmp/snmpd.conf"
|
||||
path: "{{ snmpd_conf }}"
|
||||
state: present
|
||||
line: "extend mysql /etc/snmp/mysql"
|
||||
insertafter: "# SECTION: Extends"
|
||||
|
||||
Reference in New Issue
Block a user