pez-infra/ansible/inventory/host_vars/copenhagen-a.yml

23 lines
632 B
YAML

---
host_role: gaming
host_description: "Gaming servers (Minecraft, WoW/MaNGOS)"
host_location: "Copenhagen"
# MaNGOS runs as systemd services, not Docker
# MariaDB is the MaNGOS database backend (character, world, auth DBs)
systemd_services:
- mangos-realmd
- mangos-world
# Docker Compose services deployed by docker_services role
docker_services:
- minecraft
- smartctl-exporter
# 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"}