nuremberg-a: add poste-io to docker_services (#38)

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-03 00:49:50 +01:00 committed by GitHub
parent 5a5c60b6b2
commit d3bce0d5c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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