nuremberg-a: add poste-io to docker_services

Adds docker_services list to nuremberg-a host_vars so the docker_services
role deploys and manages the poste-io mail container via docker compose,
replacing the current manual container setup.
This commit is contained in:
Rasmus Wejlgaard 2026-04-02 23:48:21 +00:00
parent 5a5c60b6b2
commit 0afcef736a

View file

@ -3,6 +3,10 @@ host_role: mail
host_description: "Mail server (poste.io)" host_description: "Mail server (poste.io)"
host_location: "Hetzner Cloud" host_location: "Hetzner Cloud"
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3
docker_services:
- poste-io
# NOTE: Alpine host — UFW tasks are Debian-only. # NOTE: Alpine host — UFW tasks are Debian-only.
# Firewall: iptables + fail2ban managed by firewall_alpine role. # Firewall: iptables + fail2ban managed by firewall_alpine role.
# Mail ports (25,80,110,143,443,465,587,993,995) exposed via Docker # Mail ports (25,80,110,143,443,465,587,993,995) exposed via Docker