pez-infra/ansible/inventory/host_vars/helsinki-a.yml
Rasmus "Pez" Wejlgaard 3ce559d7b9
Wire thiswebsitedoesnotexist.service into deployment pipeline
- Move unit file from services/systemd/helsinki-a/ to
  services/thiswebsitedoesnotexist/ (matches systemd_services role convention)
- Add systemd_services: [thiswebsitedoesnotexist] to helsinki-a host_vars
- Add systemd_services role to helsinki-a stage in deploy.yml
- Remove redundant caddy.service (apt manages this via the caddy role)

Closes PESO-117
2026-04-02 22:19:26 +01:00

20 lines
438 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
systemd_services:
- thiswebsitedoesnotexist
node_exporter_bind_tailscale: true
common_ufw_allowed_ports:
- {port: 80, proto: tcp, comment: "HTTP"}
- {port: 443, proto: tcp, comment: "HTTPS"}