From cc185cab8c85913e25dbc1440bb8d5b7e029c0f7 Mon Sep 17 00:00:00 2001 From: Rasmus Wejlgaard Date: Sat, 28 Mar 2026 22:07:09 +0000 Subject: [PATCH] fix: move authelia, forgejo, bitwarden to helsinki-a host_vars These services run on helsinki-a, not london-b. Verified via docker ps on both hosts. deploy.yml would have managed them on the wrong host. Fixes PESO-73 --- ansible/inventory/host_vars/helsinki-a.yml | 5 +++++ ansible/inventory/host_vars/london-b.yml | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ansible/inventory/host_vars/helsinki-a.yml b/ansible/inventory/host_vars/helsinki-a.yml index 5f88512..3dd4849 100644 --- a/ansible/inventory/host_vars/helsinki-a.yml +++ b/ansible/inventory/host_vars/helsinki-a.yml @@ -4,3 +4,8 @@ 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 diff --git a/ansible/inventory/host_vars/london-b.yml b/ansible/inventory/host_vars/london-b.yml index 086e2d7..865dc48 100644 --- a/ansible/inventory/host_vars/london-b.yml +++ b/ansible/inventory/host_vars/london-b.yml @@ -8,9 +8,6 @@ docker_services: - jellyseerr - navidrome - slskd - - authelia - - forgejo - - bitwarden - miniflux - smartctl-exporter - plex-exporter