forked from Allaman/mac-setup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplay.yml
201 lines (190 loc) · 4.4 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
---
- 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: 1270075435, 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" }
homebrew_installed_packages:
- alacritty
- argo
- argocd
- awscli
- bat
- cmake
- coreutils
- datawire/blackbird/telepresence-legacy
- direnv
- dog
- dua-cli
- duf
- entr
- exa
- fd
- fluxcd/tap/flux
- fluxctl
- gh
- git-delta
- git-filter-repo
- gitui
- glow
- gnu-tar
- go
- golangci-lint
- gomodifytags
- goreleaser
- gron
- hadolint
- hashicorp/tap/terraform-ls
- helm
- hledger
- htop
- httpie
- hugo
- imagemagick
- infracost
- ipython
- isync
- jenv
- jq
- jupyterlab
- k6
- k9s
- khal
- khard
- kind
- koekeishiya/formulae/skhd
- koekeishiya/formulae/yabai
- kube-linter
- kubeconform
- kubectx
- kubeseal
- kubeval
- kustomize
- kyverno
- latexindent
- lazydocker
- lazygit
- lf
- lua-language-server
- luarocks
- mdbook
- moreutils
- msmtp
- mysql-client
- neomutt
- neovim
- newsboat
- nmap
- nnn
- notmuch
- notmuch-mutt
- npm
- openjdk@11
- openjdk@17
- pandoc
- pdfgrep
- prettier
- pulumi
- pwgen
- rcm
- ripgrep
- shellcheck
- sketchybar
- stern
- stylua
- tectonic
- texlab
- tflint
- thefuck
- tig
- tmux
- tokei
- trash-cli
- tree
- urlview
- vale
- vdirsyncer
- viddy
- vifm
- w3m
- wget
- xclip
- yq
- zoxide
homebrew_uninstalled_packages: []
homebrew_taps:
- FelixKratz/formulae
- homebrew/cask-fonts
homebrew_cask_apps:
- alt-tab
- bartender
- calibre
- docker
- firefox
- font-hack-nerd-font
- google-cloud-sdk
- google-chrome
- iterm2
- karabiner-elements
- keycastr
- kitty
- keepassxc
- libreoffice
- linearmouse
- macfuse # dependecy of telepresence
- middle
- numi
- postman
- stats
- syncthing
homebrew_cask_uninstalled_apps: []
# vars for ansible-role-pip
pip_packages:
# - "molecule[docker]"
# - molecule pynacl build fails
- neovim-remote
- pandas
- 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.1201
goMarkableClient_version: 0.6.4
binaries:
- 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
tasks:
- import_tasks: tasks/osx.yml
roles:
# - geerlingguy.mac.homebrew
# - geerlingguy.mac.mas
# - ansible-role-shell
- ansible-role-pip
# - ansible-role-binaries