Add restoration example playbook
This commit is contained in:
parent
3934bffbd1
commit
d00ffe54e4
1 changed files with 19 additions and 0 deletions
19
playbooks/example-backup-restore.yml
Normal file
19
playbooks/example-backup-restore.yml
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
---
|
||||||
|
- name: Run example SCE backup restoration playbook
|
||||||
|
hosts: sce-targets
|
||||||
|
become: true
|
||||||
|
roles:
|
||||||
|
- role: wingelaar.sce.backup_nfs
|
||||||
|
vars:
|
||||||
|
backup_nfs_remote: 127.0.0.1
|
||||||
|
backup_nfs_restore: 20241013T180449
|
||||||
|
backup_nfs_targets:
|
||||||
|
- user: podman
|
||||||
|
containers:
|
||||||
|
- name: forgejo
|
||||||
|
volumes:
|
||||||
|
- forgejo
|
||||||
|
- name: certbot
|
||||||
|
volumes:
|
||||||
|
- certbot-etc
|
||||||
|
- certbot-var-lib
|
||||||
Loading…
Reference in a new issue