ingress
This commit is contained in:
+1
-12
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user