bugzilla/ansible/playbooks/backup.yml
Tiara Rodney 883f31932e
init
2026-03-14 05:38:45 +01:00

20 lines
373 B
YAML

---
-
hosts: proxy
become: yes
tasks:
-
name: Trigger backup
systemd:
name: restic-backup.service
state: started
-
hosts: idp
become: yes
tasks:
-
name: Trigger backup
systemd:
name: restic-backup.service
state: started