ansible-edda/plays/backups/main.yml

11 lines
269 B
YAML
Raw Normal View History

2022-12-18 00:44:32 +01:00
---
- 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