13 lines
265 B
YAML
13 lines
265 B
YAML
---
|
|
- name: "backups : yggdrasil"
|
|
hosts: "yggdrasil"
|
|
roles:
|
|
- role: "backups/snapshots/setup"
|
|
tags: "backups:snapshots:setup"
|
|
|
|
- name: "backups : restic"
|
|
hosts: "restic"
|
|
roles:
|
|
- role: "backups/restic/setup"
|
|
tags: "backups:restic:setup"
|