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

19 lines
276 B
YAML

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