rsyslog: Add optional UDP listener support
This commit is contained in:
parent
a17cb88c1e
commit
31bb8d1158
1 changed files with 8 additions and 0 deletions
8
roles/rsyslog/tasks/udp-listen.yml
Normal file
8
roles/rsyslog/tasks/udp-listen.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
- copy:
|
||||||
|
dest: /etc/rsyslog.d/udp-listen.conf
|
||||||
|
src: udp-listen.conf
|
||||||
|
mode: 0644
|
||||||
|
owner: root
|
||||||
|
group: "{{ ansible_wheel }}"
|
||||||
|
notify: restart rsyslog
|
Loading…
Add table
Add a link
Reference in a new issue