Add UDP logging support from oob network

This commit is contained in:
Timo Makinen 2021-03-19 20:02:55 +00:00
parent 31bb8d1158
commit b726e2e029
2 changed files with 4 additions and 0 deletions

View file

@ -12,6 +12,7 @@ network_vip_interfaces:
firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
- {proto: udp, port: 514, from: [172.20.25.0/24]}
- {proto: tcp, port: 4949, from: [172.20.20.0/22]}
firewall_raw:
- "-A INPUT -i eth1 -d 224.0.0.0/8 -j ACCEPT"

View file

@ -26,6 +26,9 @@
- sssd
tasks:
- import_role:
name: rsyslog
tasks_from: udp-listen
- name: install extra tools
package:
name: "{{ item }}"