28 lines
740 B
YAML
28 lines
740 B
YAML
---
|
|
-
|
|
hosts: proxy
|
|
become: yes
|
|
tasks:
|
|
-
|
|
include_role: { name: restic, tasks_from: restore-restic }
|
|
vars:
|
|
host_id: proxy
|
|
-
|
|
include_role: { name: kellnr, tasks_from: restore }
|
|
-
|
|
include_role: { name: devpi, tasks_from: restore }
|
|
-
|
|
include_role: { name: prosody, tasks_from: restore }
|
|
-
|
|
include_role: { name: comentario, tasks_from: restore }
|
|
|
|
-
|
|
hosts: idp
|
|
become: yes
|
|
tasks:
|
|
-
|
|
include_role: { name: restic, tasks_from: restore-restic }
|
|
vars:
|
|
host_id: idp
|
|
-
|
|
include_role: { name: authentik, tasks_from: restore-authentik }
|