11 lines
262 B
YAML
11 lines
262 B
YAML
---
|
|
- name: "backups : yggdrasil"
|
|
hosts: "yggdrasil"
|
|
roles:
|
|
- role: "snapshots"
|
|
when: the_nine_worlds_production | bool
|
|
tags: "backups:snapshots"
|
|
- role: "restic"
|
|
when: the_nine_worlds_production | bool
|
|
tags: "backups:restic"
|