-
Notifications
You must be signed in to change notification settings - Fork 0
/
local.yml
55 lines (55 loc) · 967 Bytes
/
local.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
- name: Set-up enviorment
hosts: "{{ ansible_limit | default('localhost') }}"
roles:
- role: basic-tools
tags:
- server
- workstation
- role: git
tags:
- server
- workstation
- git
- role: zsh
tags:
- server
- workstation
- zsh
- role: go
tags:
- workstation
- go
- role: lazygit
tags:
- workstation
- lazygit
- role: node
tags:
- workstation
- node
- role: rust
tags:
- workstation
- rust
- role: neovim
tags:
- workstation
- neovim
- role: tmux
tags:
- server
- workstation
- tmux
- role: useful-dirs
tags:
- workstation
- role: vim
tags:
- server
- workstation
- vim
- role: wsl
tags:
- workstation
- wsl
when: is_wsl