From a77911a2d65fa2d8a1a59f13617295c43908feeb Mon Sep 17 00:00:00 2001 From: Rasmus Wejlgaard Date: Sat, 11 Apr 2026 20:40:46 +0100 Subject: [PATCH] fix: add mangos ports to firewall --- ansible/inventory/host_vars/copenhagen-a.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible/inventory/host_vars/copenhagen-a.yml b/ansible/inventory/host_vars/copenhagen-a.yml index 4517234..f89625a 100644 --- a/ansible/inventory/host_vars/copenhagen-a.yml +++ b/ansible/inventory/host_vars/copenhagen-a.yml @@ -17,3 +17,7 @@ docker_services: # MaNGOS database backend — managed by apt, not Ansible system_packages_services: - mariadb + +common_ufw_allowed_ports: + - {port: 3724, proto: tcp, comment: "MaNGOS Realmd"} + - {port: 8085, proto: tcp, comment: "MaNGOS World Server"}