mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
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:
parent
5a5c60b6b2
commit
d3bce0d5c2
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue