ansible-edda/playbooks/backups.yml

13 lines
265 B
YAML
Raw Normal View History

2022-12-18 00:44:32 +01:00
---
- name: "backups : yggdrasil"
hosts: "yggdrasil"
roles:
- role: "backups/snapshots/setup"
tags: "backups:snapshots:setup"
2023-02-12 16:37:48 +01:00
- name: "backups : restic"
hosts: "restic"
roles:
- role: "backups/restic/setup"
tags: "backups:restic:setup"