From 3cc76a09a9e5bc9d82d7ff898171a6d61b2fb67e Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Thu, 24 Apr 2025 12:25:14 +0200 Subject: [PATCH] Add hostinger backup. --- hostinger.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 hostinger.yaml 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