-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathutil-packages.yml
42 lines (38 loc) · 916 Bytes
/
util-packages.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
- name: Install basic apps
win_chocolatey:
name:
- foxitreader
- 7zip
- windirstat
- winmerge
- notepadplusplus
- paint.net
- recuva
- vlc
- spotify
state: present
# Chrome package does not support proper versioning and when a new version of Chrome is released
# the package contains a hash of the old version but downloads a new version so temporarily, the
# checksums are disabled for this package
- name: Install Chrome
win_chocolatey:
name:
- googlechrome
ignore_checksums: yes
state: present
- name: Install collaboration apps
win_chocolatey:
name:
- notion
- zoom
state: present
- name: Install runtimes
win_chocolatey:
name: jre8
state: present
- name: Install Yubikey related apps
win_chocolatey:
name:
- yubico-authenticator
- yubikey-manager
state: present