ansible-edda/playbooks/backups/main.yml

11 lines
262 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 17:06:27 +01:00
- role: "restic"
when: the_nine_worlds_production | bool
tags: "backups:restic"