first commit
This commit is contained in:
commit
c09c53e2a9
12
syslog-server.yml
Normal file
12
syslog-server.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
- name: syslog-server
|
||||||
|
hosts: defiant.dedyn.io
|
||||||
|
tasks:
|
||||||
|
|
||||||
|
- name: Allow all access to tcp port 514
|
||||||
|
community.general.ufw:
|
||||||
|
rule: allow
|
||||||
|
port: '514'
|
||||||
|
proto: udp
|
||||||
|
|
Loading…
Reference in New Issue
Block a user