-
Notifications
You must be signed in to change notification settings - Fork 10
/
play.yml
228 lines (217 loc) · 5.32 KB
/
play.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
---
- hosts: localhost
connection: local
gather_facts: true
vars:
osx_script: ./files/osx.sh
mas_installed_apps:
- { id: 405843582, name: "Alfred" }
- { id: 441258766, name: "Magnet" }
- { id: 897283731, name: "StrongBox" }
- { id: 1221250572, name: "Xnip" }
- { id: 824183456, name: "Affinity Photo" }
- { id: 1518425043, name: "Boop" }
- { id: 1447043133, name: "CursorPro" }
- { id: 1444383602, name: "GoodNotes 5" }
- { id: 905953485, name: "NordVPN" }
- { id: 824171161, name: "Affinity Designer" }
- { id: 881418622, name: "Affinity Publisher" }
- { id: 1534275760, name: "Languagetool" }
homebrew_installed_packages:
- alacritty
- ansible-lint
- argo
- argocd
- azure-cli
- awscli
- bat
- cmake
- coreutils
- datawire/blackbird/telepresence-legacy
- direnv
- dive
- dog
- dua-cli
- duf
- entr
- eza
- fd
- findutils
- fluxcd/tap/flux
- fluxctl
- fzf
- gh
- git-delta
- git-filter-repo
- gitui
- glow
- gnu-tar
- go
- golangci-lint
- gomodifytags
- gopass
- goreleaser
- gron
- hadolint
- hashicorp/tap/terraform-ls
- helm
- hledger
- htop
- httpie
- hugo
- hurl
- imagemagick
- infracost
- ipython
- isync
- jenv
- jq
- jupyterlab
- k6
- k9s
- khal
- khard
- kind
- koekeishiya/formulae/skhd
- koekeishiya/formulae/yabai
- kube-linter
- kubeconform
- kubectx
- kubeseal
- kubeval
- kyverno
- latexindent
- lazydocker
- lazygit
- lf
- lua-language-server
- luarocks
- mdbook
- miller
- mitmproxy
- moreutils
- msmtp
- mysql-client
- neomutt
- neovim
- neovim-remote
- newsboat
- nmap
- nnn
- notmuch
- notmuch-mutt
- npm
- openjdk@11
- openjdk@17
- pandoc
- pdfgrep
- prettier
- pulumi
- pwgen
- rcm
- ripgrep
- session-manager-plugin
- shellcheck
- sketchybar
- slides
- stern
- stylua
- tectonic
- terraform-docs
- texlab
- tflint
- tig
- tmux
- tokei
- trash-cli
- tree
- urlview
- vale
- vdirsyncer
- viddy
- vifm
- w3m
- wget
- xclip
- yq
- yt-dlp
- zoxide
homebrew_uninstalled_packages: []
homebrew_taps:
- FelixKratz/formulae
- homebrew/cask-fonts
homebrew_cask_apps:
- alt-tab
- bartender
- betterdisplay # more display options
- calibre
- cleanshot # screen recording
- docker
- firefox
- font-hack-nerd-font
- forklift # finder alternative
- google-cloud-sdk
- google-chrome
- handbrake
- iterm2
- karabiner-elements
- keycastr
- kitty
- keepassxc
- libreoffice
- macfuse # dependecy of telepresence
- middle
- min # minimal browser with no distractions
- mouse-fix # fix scrolling for external mice
- numi
- postman
- stats
- syncthing
- skim # pdf viewer for vim-latex
- vscodium
homebrew_cask_uninstalled_apps: []
# vars for ansible-role-pip
pip_packages:
# - "molecule[docker]"
# - molecule pynacl build fails
- pytest-testinfra
- selenium
# vars for ansible-role-binaries
# these are apps that are either not available with brew
# or I require a fixed version
kubectl_version: 1.22.0
pet_version: 0.4.0
tfswitch_version: 0.13.1300
goMarkableClient_version: 0.6.4
kustomize_version: v4.5.7
binaries:
- name: kustomize
url: https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2F{{ kustomize_version }}/kustomize_{{ kustomize_version }}_darwin_arm64.tar.gz
extract: true
- name: kubectl
url: "https://dl.k8s.io/release/v{{ kubectl_version }}/bin/darwin/arm64/kubectl"
- name: pet
url: "https://github.com/knqyf263/pet/releases/download/v{{ pet_version }}/pet_{{ pet_version }}_darwin_arm64.tar.gz"
extract: true
- name: tfswitch
url: "https://github.com/warrensbox/terraform-switcher/releases/download/{{tfswitch_version}}/terraform-switcher_{{tfswitch_version}}_darwin_arm64.tar.gz"
extract: true
- name: gh-md-toc
url: "https://raw.githubusercontent.com/ekalinin/github-markdown-toc/master/gh-md-toc"
extract: false
- name: goMarkableClient
url: "https://github.com/owulveryck/goMarkableStream/releases/download/v{{goMarkableClient_version}}/goMarkableClient_{{goMarkableClient_version}}_Darwin_arm64.tar.gz"
extract: true
# NOTE: No developing anymore
- name: remouseable
url: "https://github.com/kevinconway/remouseable/releases/download/v0.4.0/osx"
bin_name: osx
extract: false
tasks:
- import_tasks: tasks/osx.yml
roles:
- geerlingguy.mac.homebrew
- geerlingguy.mac.mas
- ansible-role-dotfiles
- ansible-role-pip
- ansible-role-binaries