Fetch hostinger backups to local semaphore volume.
This commit is contained in:
@@ -8,8 +8,15 @@
|
||||
- name: Include container variables
|
||||
include_vars: vars/hostinger.yaml
|
||||
|
||||
- name: Include the docker play
|
||||
- name: Include the docker backup playbook
|
||||
import_playbook: docker-backup.yaml
|
||||
vars:
|
||||
backup_location: "/media/backup/docker/"
|
||||
containers: containers
|
||||
|
||||
- name: Include the fetch backup playbook
|
||||
import_playbook: fetch-backup.yaml
|
||||
vars:
|
||||
local_backup: "/home/semaphore/backup/"
|
||||
backup_location: "/media/backup/docker/"
|
||||
containers: containers
|
||||
|
||||
Reference in New Issue
Block a user