add playbook: add forward syslog
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
||||
name: Add forward to syslog
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: Add forward to syslog
|
||||
hosts: all
|
||||
tasks:
|
||||
- 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user