pez-infra/ansible/inventory/host_vars/helsinki-a.yml
Rasmus "Pez" Wejlgaard f9d0a7ebf4
fix: resolve UFW ansible-lint failures and deploy error (#11)
- Fix 'interface_or_direction' → 'direction' (required param for ufw module)
- Rename ufw_enabled/ufw_allowed_ports → common_ufw_enabled/common_ufw_allowed_ports (role prefix convention)
- Fix yaml[braces] violations in helsinki-a host_vars
2026-03-29 10:53:54 +01:00

15 lines
355 B
YAML

---
host_role: proxy
host_description: "Reverse proxy (Caddy), main traffic gateway"
host_location: "Hetzner Cloud"
caddy_config_src: "{{ playbook_dir }}/services/caddy/Caddyfile"
docker_services:
- authelia
- forgejo
- bitwarden
common_ufw_allowed_ports:
- {port: 80, proto: tcp, comment: "HTTP"}
- {port: 443, proto: tcp, comment: "HTTPS"}