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