feat: depricate remote logging
This commit is contained in:
parent
1bd36a99bf
commit
e2405d9a14
1 changed files with 5 additions and 8 deletions
|
|
@ -38,13 +38,10 @@
|
||||||
when: 'ansible_os_family == "Debian"'
|
when: 'ansible_os_family == "Debian"'
|
||||||
notify: "restart rsyslog"
|
notify: "restart rsyslog"
|
||||||
|
|
||||||
# configure rsyslogd - observium
|
# configure rsyslogd
|
||||||
- name: "syslog - config - remote-logging"
|
- name: "syslog - remove - remote-logging"
|
||||||
ansible.builtin.template:
|
ansible.builtin.file:
|
||||||
src: "templates/syslog/rsyslog.d/remote-logging.j2"
|
path: "/etc/rsyslog.d/remote-logging.conf"
|
||||||
dest: "/etc/rsyslog.d/remote-logging.conf"
|
state: "absent"
|
||||||
owner: "root"
|
|
||||||
group: "root"
|
|
||||||
mode: "0644"
|
|
||||||
when: 'ansible_os_family == "Debian"'
|
when: 'ansible_os_family == "Debian"'
|
||||||
notify: "restart rsyslog"
|
notify: "restart rsyslog"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue