mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 11:55:47 +02:00
Merge branch 'master' of git.rustybever.be:rusty-bever/deployment
This commit is contained in:
commit
1c31557435
3 changed files with 14 additions and 2 deletions
|
|
@ -34,6 +34,15 @@
|
|||
- 4789 # overlay network traffic
|
||||
- 9001 # Portainer communication
|
||||
|
||||
# - name: Open up ports for proper IPv6 service communication
|
||||
# community.general.ufw:
|
||||
# rule: allow
|
||||
# port: "{{ item }}"
|
||||
# loop:
|
||||
# - 80 # HTTP
|
||||
# - 443 # HTTPS
|
||||
# - 8000 # Portainer edge communication
|
||||
|
||||
- name: Block everything else by default & enable firewall.
|
||||
community.general.ufw:
|
||||
default: deny
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue