first commit

This commit is contained in:
olli 2022-07-10 10:51:06 +02:00
commit c09c53e2a9
2 changed files with 12 additions and 0 deletions

0
README.md Normal file
View File

12
syslog-server.yml Normal file
View 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