Add MC port to firewall

master
Quentin Duchemin 2022-10-25 20:50:31 +02:00
parent 65c7080f87
commit 8b8656ef73
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
firewall_in_ports:
- "80"
- "443"
- "25565"
- "{{ ssh_port }}"
hostname: "{{ base_user_name }}"