This repository has been archived on 2022-01-10. You can view files and clone it, but cannot push or open issues or pull requests.
docker/docker-server.yml

14 lines
283 B
YAML

---
- hosts: docker
become: true
roles:
- role: common
vars:
common_deploy_public_key: "/home/andreas/git_repos/projects/tintenwelt/keys/ansible.pub"
- common-server
- restic
tasks:
- import_tasks: tasks/main.yml
vars_files:
- vars/main.yml