This commit is contained in:
bee
2026-05-26 17:21:03 +02:00
parent af81ce3df8
commit 34d8d82dbf
14 changed files with 309 additions and 38 deletions
+1 -12
View File
@@ -1,4 +1,4 @@
- name: Nginx
- name: Ufw
hosts: pi
become: true
tasks:
@@ -71,17 +71,6 @@
- "2222" # gitbee ssh
- "8448" # matrix federation
- name: UFW - Limiting
community.general.ufw:
rule: limit
port: '{{ item }}'
proto: tcp
route: true
loop:
- "465" # mail
- "587" # mail
- "993" # mail
- name: UFW - Allow podman forwarding
community.general.ufw:
rule: allow