This repository has been archived on 2021-11-09. You can view files and clone it, but cannot push or open issues or pull requests.
desktop/desktop.yml

19 lines
333 B
YAML

---
- hosts: localhost
become: true
roles:
- ansible
- common
- restic
- docker
tasks:
- import_tasks: tasks/main.yml
handlers:
- import_tasks: handlers/main.yml
vars_files:
- vars/main.yml
vars:
desktop_user: andreas
ansible_proxmox_password: "Morpheus"
docker_skip_project: true