ansible-edda/plays/backups/main.yml

11 lines
269 B
YAML

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