18 lines
467 B
YAML
18 lines
467 B
YAML
---
|
|
- name: Run example SCE backup creation playbook
|
|
hosts: sce-targets
|
|
become: true
|
|
roles:
|
|
- role: wingelaar.sce.backup_nfs
|
|
vars:
|
|
backup_nfs_remote: 127.0.0.1
|
|
backup_nfs_targets:
|
|
- user: podman
|
|
containers:
|
|
- name: forgejo
|
|
volumes:
|
|
- forgejo
|
|
- name: certbot
|
|
volumes:
|
|
- certbot-etc
|
|
- certbot-var-lib
|