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"
when: the_nine_worlds_production | bool
2022-12-18 01:38:30 +01:00
tags: "backups:snapshots"
2022-12-18 00:44:32 +01:00
# - role: "backups"
# when: the_nine_worlds_production | bool
2022-12-18 01:38:30 +01:00
# tags: "backups:restic"