diff --git a/hostinger.yaml b/hostinger.yaml new file mode 100644 index 0000000..c1b590d --- /dev/null +++ b/hostinger.yaml @@ -0,0 +1,16 @@ +--- + +- name: Docker backup + hosts: all + gather_facts: True + + tasks: + - name: Include container variables + include_vars: vars/hostinger.yaml + +- name: Include the docker play + import_playbook: docker-backup.yaml + vars: + backup_location: "/media/backup/docker/" + containers: containers + must_become: no