-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.yml
30 lines (28 loc) · 895 Bytes
/
main.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
- hosts: localhost
connection: local
gather_facts: no
become: no
roles:
- { role: homebrew, tags: [ homebrew ] }
- { role: homebrew-cask, tags: [ homebrew-cask ] }
- { role: osx, tags: [ osx ] }
- { role: zsh, tags: [ zsh ] }
- { role: git, tags: [ git ] }
- { role: go, tags: [ go ] }
- { role: tmux, tags: [ tmux ] }
- { role: tig, tags: [ tig ] }
- { role: peco, tags: [ peco ] }
- { role: python, tags: [ python ] }
- { role: vim, tags: [ vim ] }
- { role: vscode, tags: [ vscode ] }
- { role: ghq, tags: [ ghq ] }
- { role: fff, tags: [ fff ] }
- { role: yabai, tags: [ yabai ] }
- { role: rust, tags: [ rust ] }
vars_prompt:
- name: "user_name"
prompt: "Please enter your name (ex. Haruomi Hosono)"
private: no
- name: "email"
prompt: "please enter your email address"
private: no