diff --git a/hostinger.yaml b/hostinger.yaml index 39e283f..f893496 100644 --- a/hostinger.yaml +++ b/hostinger.yaml @@ -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