-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.yml
37 lines (37 loc) · 893 Bytes
/
setup.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
---
- hosts: localhost
roles:
- role: commons
tags: commons
- role: oh-my-zsh
tags: oh-my-zsh
- role: vscode
tags: vscode
- role: nodejs
tags: nodejs
- role: java
tags: java
- role: docker
tags: [docker, commons]
- role: dotnetcore
tags: dotnetcore
- role: golang
tags: golang
- role: obs-studio
tags: obs-studio
- role: insomnia
tags: insomnia
- role: lens-ide
tags: lens-ide
- role: beekeeper-studio
tags: beekeeper-studio
- role: dbeaver-ce
tags: dbeaver-ce
vars_files:
- vars/all.yml
tasks:
- name: "Please follow the gide bellow in order to fully setup your environment"
debug:
msg:
- "configure you git using the following instruction git config --global user.email [email protected]"
- "Reboot your system and start breaking things"