ansible-edda/plays/backups/main.yml

11 lines
269 B
YAML

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