2022-12-18 00:44:32 +01:00
|
|
|
---
|
|
|
|
- name: "backups : yggdrasil"
|
|
|
|
hosts: "yggdrasil"
|
|
|
|
roles:
|
2022-12-18 19:36:21 +01:00
|
|
|
- role: "backups/snapshots"
|
2022-12-18 00:44:32 +01:00
|
|
|
when: the_nine_worlds_production | bool
|
2022-12-18 01:38:30 +01:00
|
|
|
tags: "backups:snapshots"
|
2022-12-18 19:36:21 +01:00
|
|
|
- role: "backups/restic"
|
2022-12-18 17:06:27 +01:00
|
|
|
when: the_nine_worlds_production | bool
|
|
|
|
tags: "backups:restic"
|