-
Notifications
You must be signed in to change notification settings - Fork 0
/
playbook.yml
42 lines (39 loc) · 951 Bytes
/
playbook.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
- name: Provision Workspace
hosts: localhost
connection: local
vars:
use_dotfiles: true
roles:
- role: system-utils
tags: [system]
- role: editors
tags: [editors, development]
- role: development
tags: [development]
- role: misc
tags: [misc, macos]
- role: zsh
tags: [zsh, shell]
- role: go-dev
tags: [go, golang, development]
- role: node-dev
tags: [node, development]
- role: python-dev
tags: [python, development]
- role: shell-utils
tags: [shell, shell-utils, development]
- role: desktop
tags: [desktop, macos]
- role: version-control
tags: [vcs]
- role: file
tags: [file, development]
- role: entertainment
tags: [entertainment, macos]
- role: web
tags: [web, macos]
- role: productivity
tags: [productivity, macos]
- role: hardware
tags: [hardware, drivers, macos]