--- host_role: gaming host_description: "Gaming servers (Minecraft, WoW/MaNGOS)" host_location: "Copenhagen" docker_services: - minecraft # MaNGOS runs as systemd services, not Docker # MariaDB is the MaNGOS database backend (character, world, auth DBs) # cloudflared provides Cloudflare Tunnel access systemd_services: - mangos-realmd - mangos-world - cloudflared - node_exporter # MaNGOS database backend — managed by apt, not Ansible system_packages_services: - mariadb # Installed but appear unused (only default/empty databases). # Likely leftover from old projects. Candidates for removal. undocumented_services: - postgresql@14-main # only template0/template1/postgres DBs - redis-server # no known consumers