ansible-edda/playbooks/backups_start.yml

13 lines
265 B
YAML
Raw Permalink Normal View History

---
- name: "backups : yggdrasil"
hosts: "yggdrasil"
roles:
- role: "backups/snapshots/start"
tags: "backups:snapshots:start"
2023-02-12 16:37:48 +01:00
- name: "backups : restic"
hosts: "restic"
roles:
- role: "backups/restic/start"
tags: "backups:restic:start"