ansible-edda/playbooks/backups.yml

11 lines
278 B
YAML

---
- name: "backups : yggdrasil"
hosts: "yggdrasil"
roles:
- role: "backups/snapshots"
when: the_nine_worlds_production | bool
tags: "backups:snapshots"
- role: "backups/restic"
when: the_nine_worlds_production | bool
tags: "backups:restic"