Removes firewall rules from the docker group, it is probably better to take care of it on a host level
This commit is contained in:
parent
ac54df44ba
commit
231dbc3ede
1 changed files with 0 additions and 11 deletions
|
@ -8,14 +8,3 @@ docker_package_state: present
|
|||
docker_compose_version: "1.25.0"
|
||||
docker_users:
|
||||
- deploy
|
||||
firewall_disable_ufw: true
|
||||
firewall_flush_rules_and_chains: true
|
||||
firewall_allowed_tcp_ports:
|
||||
- "22"
|
||||
- "80"
|
||||
- "443"
|
||||
#firewall_allowed_udp_ports:
|
||||
# # Jitsi
|
||||
# - "10000"
|
||||
firewall_additional_rules:
|
||||
- "iptables -P INPUT DROP"
|
||||
|
|
Loading…
Add table
Reference in a new issue