mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 16:35:48 +02:00
Tried adding proper IPv6 support
This commit is contained in:
parent
868acbc08f
commit
c5dc3db2be
2 changed files with 12 additions and 1 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