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