mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
- 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
15 lines
355 B
YAML
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"}
|