Add hostinger backup.

This commit is contained in:
2025-04-24 12:25:14 +02:00
parent 3068d39391
commit 3cc76a09a9

16
hostinger.yaml Normal file
View File

@@ -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