-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdev-packages.yml
More file actions
42 lines (36 loc) · 768 Bytes
/
dev-packages.yml
File metadata and controls
42 lines (36 loc) · 768 Bytes
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
- name: Install Git/SCM apps
win_chocolatey:
name:
- git
- gitkraken
state: present
- name: Install IDEs
win_chocolatey:
name:
- vscode
- "visualstudio2019{{ vs_edition | default('community') }}"
state: present
- name: Install CLI tools
win_chocolatey:
name:
- awscli
- microsoft-windows-terminal
state: present
- name: Install Chocolatey GUI
win_chocolatey:
name: chocolateygui
state: present
- name: Install Docker Desktop
win_chocolatey:
name: docker-desktop
state: present
- name: Install dev utilities
win_chocolatey:
name:
- postman
state: present
- name: Install SDKs & platforms
win_chocolatey:
name:
- dotnetcore-sdk
state: present