Commit e2405d9a authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: depricate remote logging

parent 1bd36a99
Loading
Loading
Loading
Loading
Loading
+5 −8
Original line number Diff line number Diff line
@@ -38,13 +38,10 @@
      when: 'ansible_os_family == "Debian"'
      notify: "restart rsyslog"

    # configure rsyslogd - observium
    - name: "syslog - config - remote-logging"
      ansible.builtin.template:
        src: "templates/syslog/rsyslog.d/remote-logging.j2"
        dest: "/etc/rsyslog.d/remote-logging.conf"
        owner: "root"
        group: "root"
        mode: "0644"
    # configure rsyslogd
    - name: "syslog - remove - remote-logging"
      ansible.builtin.file:
        path: "/etc/rsyslog.d/remote-logging.conf"
        state: "absent"
      when: 'ansible_os_family == "Debian"'
      notify: "restart rsyslog"