Add UDP logging support from oob network
This commit is contained in:
parent
31bb8d1158
commit
b726e2e029
2 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
- sssd
|
||||
|
||||
tasks:
|
||||
- import_role:
|
||||
name: rsyslog
|
||||
tasks_from: udp-listen
|
||||
- name: install extra tools
|
||||
package:
|
||||
name: "{{ item }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue