backups: target control group instead of lapy

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
counterweight 2026-09-11 21:56:24 +02:00
parent ceb5c4ad27
commit ed99e17aae
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
8 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
---
- name: Configure local backup for Forgejo from remote
hosts: lapy
hosts: control
gather_facts: no
vars_files:
- ../../infra_vars.yml

View file

@ -1,5 +1,5 @@
- name: Configure local backup for Headscale from remote
hosts: lapy
hosts: control
gather_facts: no
vars_files:
- ../../infra_vars.yml

View file

@ -1,5 +1,5 @@
- name: Configure local backup for LNBits from remote
hosts: lapy
hosts: control
gather_facts: no
vars_files:
- ../../infra_vars.yml

View file

@ -1,5 +1,5 @@
- name: Configure local backup for Memos from memos-box
hosts: lapy
hosts: control
gather_facts: no
vars_files:
- ../../infra_vars.yml

View file

@ -1,5 +1,5 @@
- name: Configure deployment alias for personal blog in lapy .bashrc
hosts: lapy
hosts: control
gather_facts: no
vars_files:
- ../../infra_vars.yml

View file

@ -13,7 +13,7 @@
# Because both files are static, phoenixd does not need to be stopped.
- name: Configure local backup for phoenixd from remote
hosts: lapy
hosts: control
gather_facts: no
vars_files:
- ../../infra_vars.yml

View file

@ -1,5 +1,5 @@
- name: Configure local backup for Uptime Kuma from remote
hosts: lapy
hosts: control
gather_facts: no
vars_files:
- ../../infra_vars.yml

View file

@ -1,5 +1,5 @@
- name: Configure local backup for Vaultwarden from remote
hosts: lapy
hosts: control
gather_facts: no
vars_files:
- ../../infra_vars.yml