This repository has been archived on 2020-08-28. You can view files and clone it, but cannot push or open issues/pull-requests.
ansible-laptop/playbook.yml

22 lines
338 B
YAML

---
- hosts: 127.0.0.1
connection: local
become: yes
any_errors_fatal: yes
roles:
- role: base
- role: packages
tags:
- packages
- role: gui
tags:
- gui
- role: prog
tags:
- prog
- role: docker
tags:
- docker
- role: wireguard
- role: monitoring