From 8b8656ef73413751921a20d279850b1ff9f0fe12 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Tue, 25 Oct 2022 20:50:31 +0200 Subject: [PATCH] Add MC port to firewall --- inv/host_vars/chosto.me/vars.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/inv/host_vars/chosto.me/vars.yml b/inv/host_vars/chosto.me/vars.yml index eaa3dcb..f81811d 100644 --- a/inv/host_vars/chosto.me/vars.yml +++ b/inv/host_vars/chosto.me/vars.yml @@ -1,6 +1,7 @@ firewall_in_ports: - "80" - "443" + - "25565" - "{{ ssh_port }}" hostname: "{{ base_user_name }}"