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