mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
14 lines
447 B
YAML
14 lines
447 B
YAML
---
|
|
host_role: mail
|
|
host_description: "Mail server (poste.io)"
|
|
host_location: "Hetzner Cloud"
|
|
prometheus_location: cloud
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
|
|
docker_services:
|
|
- poste-io
|
|
|
|
# NOTE: Alpine host — UFW tasks are Debian-only.
|
|
# Firewall: iptables + fail2ban managed by firewall_alpine role.
|
|
# Mail ports (25,80,110,143,443,465,587,993,995) exposed via Docker
|
|
# port mappings in ansible/services/poste-io/docker-compose.yml.
|