add playbook: add forward syslog

This commit is contained in:
2026-05-08 15:39:16 +02:00
parent 0ec0cec7a4
commit 76e2bc55f2
+7 -7
View File
@@ -1,8 +1,8 @@
name: Add forward to syslog - name: Add forward to syslog
hosts: all hosts: all
tasks: tasks:
- name: Create 99-forward.conf - name: Create 99-forward.conf
shell: echo "*.* action(type="omfwd" target="192.168.10.221" port="514" protocol="tcp" Template="RSYSLOG_SyslogProtocol23Format" TCP_Framing="octet-counted" KeepAlive="on")" > /etc/rsyslog.d/99-forward.conf shell: echo "*.* action(type="omfwd" target="192.168.10.221" port="514" protocol="tcp" Template="RSYSLOG_SyslogProtocol23Format" TCP_Framing="octet-counted" KeepAlive="on")" > /etc/rsyslog.d/99-forward.conf
- name: Restart rsyslog.service - name: Restart rsyslog.service
shell: systemctl restart rsyslog.service shell: systemctl restart rsyslog.service