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.
xps-9570/xps-9570.yml

20 lines
347 B
YAML
Raw Permalink Normal View History

2021-11-09 19:31:12 +01:00
---
- hosts: localhost
become: true
roles:
2021-11-09 19:32:34 +01:00
- ansible
2021-11-09 19:31:12 +01:00
- common
2021-11-09 19:32:34 +01:00
- restic
- docker
- desktop
2021-11-09 19:31:12 +01:00
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