-
Notifications
You must be signed in to change notification settings - Fork 2
/
default-config.yml
287 lines (267 loc) · 6.05 KB
/
default-config.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
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
---
downloads: ~/.ansible-downloads/
# Set to 'true' to configure the Dock via dockutil.
configure_dock: true
dockitems_remove:
- Launchpad
- TV
- FaceTime
- Podcasts
- "App Store"
dockitems_persist:
- name: "Authy Desktop"
path: "/Applications/Authy Desktop.app/"
pos: 10
- name: "Google Chrome"
path: "/Applications/Google Chrome.app/"
pos: 11
homebrew_installed_packages:
- age
- aquasecurity/trivy/trivy
- ansible-lint
- argocd
- autoconf
- aws-vault
- awscli
- azure-cli
- bash
- bat
- bfg
- colordiff
- composer
- derailed/k9s/k9s
- diff-so-fancy
- direnv
- docker-credential-helper-ecr
- duf
- elixir
- fzf
- hadolint
- hashicorp/tap/vault
- hashicorp/tap/packer
- helm
- gh
- git-secrets
- gitleaks
- go
- google-cloud-sdk
- goenv
- gnu-tar
- gnu-sed
- gnupg
- htop
- jq
- kind
- kops
- kubernetes-cli
- kubeseal
- kubebuilder
- kustomize
- mercurial
- nvm
- openjdk
- podman
- pre-commit
- pyenv
- rbenv
- shellcheck
- shfmt
- sops
- telnet
- name: terraform
state: absent
install_options: ignore-dependencies # terraform is managed by tfenv
- terraform-docs
- terraformer
# - name: terragrunt
# install_options: ignore-dependencies # terraform is managed by tfenv
- tfenv
- tflint
- tmux
- tree
- ubuntu/microk8s/microk8s
- warrensbox/tap/tgswitch
- yq
- ytt
homebrew_taps:
- homebrew/core
- homebrew/cask
- homebrew/cask-fonts
- hashicorp/tap
- vmware-tanzu/carvel
homebrew_cask_appdir: /Applications
homebrew_cask_apps:
- 1password
- appcleaner
- authy
- docker
- flycut
- insomnia
- iterm2
- google-chrome
- joplin
- lastpass
- lens
- macvim
- miro
- monitorcontrol
- obs
- openvpn-connect
- pritunl
- session-manager-plugin
- slack
- visual-studio-code
# - virtualbox
- vlc
- whatsapp
- zoom
# See `geerlingguy.mas` role documentation for usage instructions.
mas_installed_apps: []
mas_email: ""
mas_password: ""
osx_script: "~/.osx --no-restart"
# Install packages from other package managers.
# Note: You are responsible for making sure the required package managers are
# installed, eg. through homebrew.
composer_packages: []
# - name: drush
# state: present # present/absent, default: present
# version: "^8.1" # default: N/A
#
gem_packages: []
# - name: bundler
# state: present # present/absent/latest, default: present
# version: "~> 1.15.1" # default: N/A
npm_packages:
- npm
- cspell
- yarn
pip_packages:
- virtualenvwrapper
- yamlfix
- yamllint
# Glob pattern to ansible task files to run after all other tasks are finished.
post_provision_tasks: []
# iterm2-shell config
iterm2_normal_font: "Monaco 12"
iterm2_non_ascii_font: "MesloLGS-NF-Regular 12"
iterm2_shell_integration_script: .iterm2_shell_integration.zsh
# base url to download from
iterm2_shell_integration_download_url: https://iterm2.com/shell_integration/zsh
# Kubectl Plugins
kubectl_plugins:
- access-matrix
- ctx
- cost
- deprecations
- df-pv
- doctor
- foreach
- get-all
- iexec
- ingress-nginx
- node-shell
- neat
- ns
- popeye
- prompt
- rbac-lookup
- rolesum
- score
- tail
- tree
- who-can
- whoami
# Fonts must point to a repository/archived repo with a directory containing .ttf or .otf files
fonts:
- name: Monaco
repo: https://github.com/Karmenzind/monaco-nerd-fonts.git
dirs: ["fonts"]
- name: Meslo
url: https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/Meslo.zip
dirs: ["."]
- name: FiraCode
url: https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/FiraCode.zip
dirs: ["."]
- name: Ubuntu Mono
url: https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/UbuntuMono.zip
dirs: ["."]
zsh_plugins:
- name: zsh-autosuggestions
repo: https://github.com/zsh-users/zsh-autosuggestions.git
- name: zsh-syntax-highlighting
repo: https://github.com/zsh-users/zsh-syntax-highlighting.git
required_directories:
- "{{ ansible_env.HOME }}/.nvm"
- "{{ ansible_env.HOME }}/.terraform.d/cache"
git:
name: Mmadu Manasseh
email: mmadumanasseh@gmail.com
signingkey:
"Manassehs-M1-MacBook-Pro": 8EED2EE211752102
"Manasseh-Latitude-7420": 53F9E8F559F81BDA
git_configs:
- name: user.name
value: "{{ git.name }}"
- name: user.email
value: "{{ git.email }}"
- name: user.signingkey
value: "{{ git.signingkey[ansible_hostname] }}"
- name: core.excludesfile
value: "{{ ansible_env.HOME }}/.gitignore"
snap_packages:
- name: aws-cli
classic: true
- name: helm
classic: true
- name: go
classic: true
- name: kubectl
classic: true
- name: code
classic: true
- diff-so-fancy
- kustomize
- jq
- yq
- authy
- slack
# - docker
- insomnia
apt_packages:
- age
- direnv
- colordiff
- fzf
- htop
- tmux
- zsh
- podman
- gnome-tweaks
- gnome-shell
- gnome-shell-extensions
- chrome-gnome-shell
- xpad
- vim-gtk3
- silversearcher-ag
- name: sops
url: https://github.com/getsops/sops/releases/latest/download/sops_3.7.3_amd64.deb
- name: zoom
url: https://zoom.us/client/latest/zoom_amd64.deb
- name: obs-studio
repository: "ppa:obsproject/obs-studio"
- name: google-cloud-cli
repository: "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main"
key_url: https://packages.cloud.google.com/apt/doc/apt-key.gpg
keyring: /usr/share/keyrings/cloud.google.gpg
- google-cloud-sdk-gke-gcloud-auth-plugin # not adding repo because it's already added above
github_packages:
- name: argocd
url: "https://github.com/argoproj/argo-cd/releases/latest/download/argocd-{{ (ansible_os_family|lower == 'debian') | ternary('linux', (ansible_os_family|lower)) }}-{{ (ansible_architecture == 'x86_64') | ternary('amd64', ansible_architecture) }}"
- name: tfenv
url: https://github.com/tfutils/tfenv.git
clone: true
depth: 1
post_install_script: 'export PATH="$HOME/.tfenv/bin:$PATH"'
bash_completions: ""
zsh_completions: ""