This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
forked from marcinbojko/linux_mint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mint20.yaml
601 lines (601 loc) · 16.3 KB
/
mint20.yaml
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
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
# Mint 20 variables file
---
ansible_python_interpreter: /usr/bin/python3
codename: focal
# repositories we'd like to add - mandatory
repositories:
- repo: deb http://download.opensuse.org/repositories/home:/Alexx2000/xUbuntu_20.04/ /
filename: alexx2000
- repo: deb https://packagecloud.io/asbru-cm/asbru-cm/ubuntu/ focal main
filename: asbru-cm
- repo: deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ focal main
filename: azure-cli
- repo: deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable
filename: docker-stable
- repo: deb http://packages.cloud.google.com/apt gcsfuse-focal main
filename: gcsfuse
- repo: ppa:gezakovacs/ppa
filename: gezakovacs
- repo: deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
filename: google-chrome
- repo: deb http://packages.cloud.google.com/apt cloud-sdk main
filename: google-cloud-sdk
- repo: deb http://apt.kubernetes.io/ kubernetes-xenial main
filename: kubernetes-stable
- repo: deb [arch=amd64] https://packages.microsoft.com/ubuntu/20.04/prod focal main
filename: microsoft-prod-deb
- repo: ppa:mozillateam/ppa
filename: mozillateam
- repo: deb http://download.opensuse.org/repositories/home:/stevenpusser/xUbuntu_20.04 /
filename: palemoon
- repo: ppa:remmina-ppa-team/remmina-next
filename: remmina-next
- repo: ppa:linuxuprising/shutter
filename: shutter
- repo: ppa:ansible/ansible
filename: ansible
# codename: focal
- repo: ppa:ubuntu-mozilla-security/ppa
filename: ubuntu-mozilla-security
- repo: deb [arch=amd64] http://download.virtualbox.org/virtualbox/debian focal contrib
filename: virtualbox
- repo: deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main
filename: vscode
- repo: ppa:webupd8team/y-ppa-manager
filename: y-ppa-manager
- repo: ppa:libreoffice/ppa
filename: libreoffice
repositories_optional:
# brave browser
- repo: deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main
filename: brave-browser-release-focal
codename: stable
- repo: ppa:xuzhen666/dockbarx
codename: focal
filename: dockbarx
- repo: deb http://repo.sinew.in/ stable main
codename: stable
filename: enpass
- repo: ppa:danielrichter2007/grub-customizer
codename: xenial
filename: grub-customizer
- repo: ppa:dawidd0811/neofetch
codename: focal
filename: neofetch
- repo: ppa:noobslab/icons
filename: noobslab-icons
codename: eoan
- repo: ppa:noobslab/themes
filename: noobslab-themes
codename: xenial
- repo: deb http://apt.puppetlabs.com bionic puppet5
filename: puppet5
codename: bionic
- repo: deb [arch=amd64] https://repo.skype.com/deb stable main
codename: stable
filename: skype-stable
- repo: deb http://repository.spotify.com stable non-free
codename: stable
filename: spotify
- repo: deb https://download.sublimetext.com/ apt/stable/
codename: stable
filename: sublime-text
- repo: deb https://aquasecurity.github.io/trivy-repo/deb focal main
filename: trivy
codename: focal
- repo: deb [arch=amd64] http://repository.veeam.com/backup/linux/agent/dpkg/debian/public stable veeam
codename: stable
filename: veeam
- repo: ppa:unit193/encryption
filename: veracrypt
codename: focal
- repo: ppa:nilarimogard/webupd8
filename: webupdt
codename: focal
- repo: ppa:linuxuprising/apps
filename: linuxuprising
codename: focal
- repo: deb [arch=amd64] https://packages.microsoft.com/repos/ms-teams stable main
filename: teams
codename: focal
- repo: deb http://apt.insync.io/mint ulyana non-free contrib
filename: insync
codename: ulyana
repositories_remove:
- repo: ppa:alexx2000/doublecmd
filename: alexx2000-doublecmd
- repo: deb https://knqyf263.github.io/trivy-repo/deb focal main
filename: trivy
- repo: ppa:ehoover/compholio
filename: compholio
- repo: deb [arch=amd64] http://repo.fortinet.com/repo/ubuntu/ /focal multiverse
filename: forticlient
codename: focal
- repo: deb https://packagecloud.io/github/git-lfs/linuxmint/ ulyana main
filename: github_git-lfs,
- repo: ppa:ubuntuhandbook1/shutter
filename: shutter
- repo: ppa:synapse-core/testing
filename: synapse-core
keys:
- https://download.opensuse.org/repositories/home:/stevenpusser/xUbuntu_20.04/Release.key
- https://download.opensuse.org/repositories/home:/Alexx2000/xUbuntu_20.04/Release.key
- https://packages.microsoft.com/keys/microsoft.asc
- https://dl-ssl.google.com/linux/linux_signing_key.pub
- https://packages.cloud.google.com/apt/doc/apt-key.gpg
- https://dl.sinew.in/keys/enpass-linux.key
- https://www.virtualbox.org/download/oracle_vbox_2016.asc
- https://download.sublimetext.com/sublimehq-pub.gpg
- https://download.docker.com/linux/ubuntu/gpg
- http://repository.veeam.com/keys/veeam.gpg
- https://repo.skype.com/data/SKYPE-GPG-KEY
- https://packagecloud.io/github/git-lfs/gpgkey
- https://apt.puppetlabs.com/pubkey.gpg
- https://packagecloud.io/asbru-cm/asbru-cm/gpgkey
- https://aquasecurity.github.io/trivy-repo/deb/public.key
- https://brave-browser-apt-release.s3.brave.com/brave-core.asc
- https://download.spotify.com/debian/pubkey_0D811D58.gpg
- https://d2t3ff60b2tol4.cloudfront.net/repomd.xml.key
keys_keyserver:
- keyserver: keyserver.ubuntu.com
id: ACCAF35C
keys_remove:
- 5E54716D
packages_remove:
- ansible
packages_essential:
- apt-transport-https
- mc
- dkms
- gcc
- dotnet-sdk-3.1
- dotnet-runtime-3.1
- build-essential
- mint-meta-codecs
- libvte-dev
- xz-utils
packages:
- synaptic
- ansible-base
- azure-cli
- google-cloud-sdk
- gcsfuse
- awscli
- palemoon
- code
- dbus-user-session
- powershell
- google-chrome-stable
- virtualbox-6.1
- dropbox
- krb5-config
- krb5-locales
- krb5-user
- krb5-multidev
- libkrb5-dev
- python3-dev
- python3-pip
- python3-dbus
- python3-all-dev
- python3-wheel
- python3-gpg
- python3-psutil
- python-dbus
- python-dev
- python-psutil
- python-cairo
- diodon
- doublecmd-gtk
- htop
- iotop
- atop
- iftop
- nmap
- remmina
- remmina-plugin-rdp
- remmina-plugin-vnc
- remmina-plugin-secret
- mpv
- rabbitvcs-core
- liblinear-tools
- liblinear-dev
- p7zip-rar
- hwinfo
- ndiff
- extlinux
- syslinux
- unetbootin-translations
- va-driver-all
- p7zip-rar
- chromium-codecs-ffmpeg-extra
- wireshark
- xca
- viewnior
- tlp
- ncurses-term
- ssh-import-id
- screen
- tmux
- arj
- terminator
- ncdu
- keepass2
- smartmontools
- libqt5multimedia5-plugins
- openjdk-11-jre
- gsmartcontrol
- nmon
- sysstat
- stress
- npm
- unzip
- docker-ce
- kubeadm
- shutter
- synapse
- git
- gparted
- filezilla
- git-lfs
- network-manager-fortisslvpn
- openfortivpn
- network-manager-vpnc
- network-manager-openconnect
- redshift-gtk
- asbru-cm
- iperf3
- traceroute
- nfs-common
- rdesktop
- gddrescue
- testdisk
- partclone
- clonezilla
- httpie
- ngrep
- tshark
- hping3
- siege
- trivy
- sshfs
- whois
- dos2unix
- ioping
- dstat
- rclone
- multitail
- shellcheck
- dconf-cli
- dconf-editor
- freerdp2-x11
- zsh
- netcat
- clusterssh
- moreutils
packages_optional:
- enpass
- pdk
- puppet-agent
- kodi
- dockbarx
- grub-customizer
- unetbootin
- adobe-flashplugin
- adobe-flash-properties-gtk
- gimp
- vlc
- kazam
- sublime-text
- javascript-common
- geoip-database
- geoip-bin
- geoipupdate
- thunderbird
- neofetch
- skypeforlinux
- veeam
- veeamsnap
- pinta
- veracrypt
- spotify-client
- isomaster
- brave-browser
- tlpui
- teams
- goaccess
- hashcat
- y-ppa-manager
deb:
- https://github.com/angryip/ipscan/releases/download/3.7.6/ipscan_3.7.6_amd64.deb
- https://release.axocdn.com/linux/gitkraken-amd64.deb
- https://releases.hashicorp.com/vagrant/2.2.16/vagrant_2.2.16_x86_64.deb
- https://github.com/BoostIO/boost-releases/releases/download/v0.16.1/boostnote_0.16.1_amd64.deb
- https://github.com/Eugeny/tabby/releases/download/v1.0.144/tabby-1.0.144-linux.deb
- https://github.com/TheGoddessInari/hamsket/releases/download/0.6.2/hamsket_0.6.2_amd64.deb
- https://github.com/kubernetes/minikube/releases/download/v1.21.0/minikube_1.21.0-0_amd64.deb
- https://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/linux/10161/wps-office_11.1.0.10161.XA_amd64.deb
- https://github.com/wagoodman/dive/releases/download/v0.10.0/dive_0.10.0_linux_amd64.deb
- https://github.com/balena-io/etcher/releases/download/v1.5.120/balena-etcher-electron_1.5.120_amd64.deb
- https://github.com/goodwithtech/dockle/releases/download/v0.3.15/dockle_0.3.15_Linux-64bit.deb
- http://archive.ubuntu.com/ubuntu/pool/universe/p/pygtk/python-gtk2_2.24.0-5.1ubuntu2_amd64.deb
- https://github.com/kaikramer/keystore-explorer/releases/download/v5.4.4/kse_5.4.4_all.deb
- http://archive.ubuntu.com/ubuntu/pool/universe/n/nmap/zenmap_7.60-1ubuntu5_all.deb
- https://downloads.raspberrypi.org/imager/imager_1.6.2_amd64.deb
- https://lens-binaries.s3-eu-west-1.amazonaws.com/ide/Lens-5.0.0-latest.20210629.3.amd64.deb
- https://github.com/aquasecurity/kube-bench/releases/download/v0.6.3/kube-bench_0.6.3_linux_amd64.deb
flatpak:
- name: https://flathub.org/repo/appstream/com.getpostman.Postman.flatpakref
npm:
- name: agentkeepalive
state: latest
- name: npm
state: latest
- name: dockerfilelint
state: latest
pip_executable: pip3
pip:
- pip
- psutil
- s-tui
- pywinrm[kerberos]
- requests-kerberos
- requests-ntlm
- pywinrm[credssp]
- requests-credssp
- pypsrp
- yamllint
- ansible-lint
- jmespath
- jsonlint
- gittyleaks
- kube-hunter
- pipdeptree
unpack:
- url: https://get.helm.sh/helm-v3.6.2-linux-amd64.tar.gz
destination: helm
source: helm
destination_file: helm3.tar.gz
folder: linux-amd64
- url: https://github.com/OWASP/Amass/releases/download/v3.13.2/amass_linux_amd64.zip
destination: amass
source: amass
folder: amass_linux_amd64
destination_file: amass.zip
- url: https://github.com/yannh/kubeconform/releases/download/v0.4.8/kubeconform-linux-amd64.tar.gz
destination: kubeconform
source: kubeconform
folder:
destination_file: kubeconform-linux-amd64.tar.gz
downloads:
- url: https://releases.hashicorp.com/packer/1.7.3/packer_1.7.3_linux_amd64.zip
destination: packer
skip_tree: false
- url: https://releases.hashicorp.com/terraform/1.0.1/terraform_1.0.1_linux_amd64.zip
destination: terraform
skip_tree: false
- url: https://releases.hashicorp.com/vault/1.7.3/vault_1.7.3_linux_amd64.zip
destination: vault
skip_tree: false
- url: https://github.com/terraform-linters/tflint/releases/download/v0.30.0/tflint_linux_amd64.zip
destination: tflint
skip_tree: false
- url: https://github.com/ffuf/ffuf/releases/download/v1.0.2/ffuf_1.0.2_linux_amd64.tar.gz
destination: ffluf
skip_tree: false
- url: https://github.com/FairwindsOps/polaris/releases/download/4.0.4/polaris_4.0.4_linux_amd64.tar.gz
destination: polaris
skip_tree: false
- url: https://github.com/orf/gping/releases/download/v1.2.1/gping-Linux-x86_64.tar.gz
destination: gping
skip_tree: false
files:
- url: https://github.com/docker/compose/releases/download/1.29.2/docker-compose-Linux-x86_64
destination: docker-compose
- url: https://github.com/bcicen/ctop/releases/download/0.7.6/ctop-0.7.6-linux-amd64
destination: ctop
- url: https://github.com/rancher/rke/releases/download/v1.2.9/rke_linux-amd64
destination: rke
- url: https://github.com/dannagle/PacketSender/releases/download/v7.0.5/PacketSender_v7.0.5.AppImage
destination: packetsender
desktop_file: ./files/apps/packetsender/packetsender.desktop
- url: https://github.com/k3s-io/k3s/releases/download/v1.20.8%2Bk3s1/k3s
destination: k3s
- url: https://github.com/rancher/k3d/releases/download/v4.4.6/k3d-linux-amd64
destination: k3d
- url: https://github.com/hadolint/hadolint/releases/download/v2.6.0/hadolint-Linux-x86_64
destination: hadolint
- url: https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.0/terragrunt_linux_amd64
destination: terragrunt
ansible:
cfg: /etc/ansible/ansible.cfg
config:
- section: defaults
option: host_key_checking
value: false
- section: defaults
option: retry_file_enable
value: false
- section: defaults
option: callback_whitelist
value: timer,mail,profile_tasks
startup:
- filename: redshift-gtk.desktop
source: ./files/apps/redshift-gtk/redshift-gtk.desktop
- filename: shutter.desktop
source: ./files/apps/shutter/shutter.desktop
- filename: dropbox.desktop
source: ./files/apps/dropbox/dropbox.desktop
- filename: synapse.desktop
source: ./files/apps/synapse/synapse.desktop
- filename: DockX.desktop
source: ./files/apps/dockbarx/DockX.desktop
- filename: remmina-applet.desktop
source: ./files/apps/remmina/remmina-applet.desktop
- filename: diodon.desktop
source: ./files/apps/diodon/diodon.desktop
services:
- ssh
- docker
dconf:
# remove alt+f7 move window shortcut
- key: "/org/cinnamon/muffin/keybindings/begin-move"
state: present
value: "['']"
- key: "/org/cinnamon/desktop/keybindings/wm/begin-move"
state: present
value: "['']"
- key: "/org/cinnamon/desktop/keybindings/custom-keybindings"
state: absent
- key: "/org/cinnamon/desktop/keybindings/custom-keybindings/custom0/binding"
state: present
value: "['<Super>space']"
- key: "/org/cinnamon/desktop/keybindings/custom-keybindings/custom0/command"
state: present
value: "'/usr/bin/synapse'"
- key: "/org/cinnamon/desktop/keybindings/custom-keybindings/custom0/name"
state: present
value: "'Synapse'"
- key: "/org/cinnamon/desktop/keybindings/custom-keybindings/custom1/binding"
state: present
value: "['<Primary><Alt>h']"
- key: "/org/cinnamon/desktop/keybindings/custom-keybindings/custom1/command"
state: present
value: "'/usr/bin/diodon'"
- key: "/org/cinnamon/desktop/keybindings/custom-keybindings/custom1/name"
state: present
value: "'Diodon'"
timezone: Europe/Warsaw
vscode_obsolete:
- ms-vscode.go
- hypnoes.word-count
- vscoss.vscode-ansible
vscode:
- alefragnani.project-manager
- DavidAnson.vscode-markdownlint
- DotJoshJohnson.xml
- emmanuelbeziat.vscode-great-icons
- eriklynd.json-tools
- exiasr.hadolint
- florianloch.text-transform
- formulahendry.docker-explorer
- gep13.chocolatey-vscode
- golang.go
- hashicorp.terraform
- huntertran.auto-markdown-toc
- marcostazi.VS-code-vagrantfile
- medo64.render-crlf
- mohsen1.prettify-json
- ms-azuretools.vscode-azureterraform
- ms-azuretools.vscode-docker
- ms-kubernetes-tools.vscode-kubernetes-tools
- ms-python.python
- ms-vscode-remote.remote-containers
- ms-vscode-remote.remote-ssh
- ms-vscode-remote.remote-ssh-edit
- ms-vscode-remote.remote-wsl
- ms-vscode-remote.vscode-remote-extensionpack
- ms-vscode.azure-account
- ms-vscode.azurecli
- ms-vscode.powershell
- ms-vscode.wordcount
- ms-vsliveshare.vsliveshare
- ms-vsliveshare.vsliveshare-audio
- ms-vsliveshare.vsliveshare-pack
- p1c2u.docker-compose
- nhoizey.gremlins
- PascalReitermann93.vscode-yaml-sort
- piotrpalarz.vscode-gitignore-generator
- puppet.puppet-vscode
- rebornix.ruby
- redhat.vscode-yaml
- shardulm94.trailing-spaces
- tht13.html-preview-vscode
- timonwong.shellcheck
- wholroyd.HCL
- wholroyd.jinja
- yzane.markdown-pdf
sysctl:
# enable bbr congestion for tcp
- name: net.core.default_qdisc
value: fq
state: present
- name: net.ipv4.tcp_congestion_control
value: bbr
state: present
# decrease swappiness when you have plenty of RAM
- name: vm.swappiness
value: 1
state: present
# cache settings for more mem
- name: vm.vfs_cache_pressure
value: 30
state: present
- name: vm.dirty_ratio
value: 50
state: present
- name: vm.dirty_background_ratio
value: 5
state: present
# better network settings
- name: net.core.netdev_max_backlog
value: 100000
state: present
- name: net.core.netdev_budget
value: 50000
state: present
- name: net.core.netdev_budget_usecs
value: 5000
state: present
- name: net.core.somaxconn
value: 1024
state: present
- name: net.core.rmem_default
value: 1048576
state: present
- name: net.core.rmem_max
value: 16777216
state: present
- name: net.core.wmem_default
value: 1048576
state: present
- name: net.core.wmem_max
value: 16777216
state: present
- name: net.core.optmem_max
value: 65536
state: present
- name: net.ipv4.tcp_rmem
value: "4096 1048576 2097152"
state: present
- name: net.ipv4.tcp_wmem
value: "4096 65536 16777216"
state: present
- name: net.ipv4.udp_rmem_min
value: 8192
state: present
- name: net.ipv4.udp_wmem_min
value: 8192
state: present
- name: net.ipv4.tcp_max_syn_backlog
value: 8192
state: present
- name: net.ipv4.tcp_max_tw_buckets
value: 2000000
state: present
- name: net.ipv4.tcp_fastopen
value: 3
state: present
- name: net.ipv4.tcp_slow_start_after_idle
value: 0
state: present
- name: net.ipv4.tcp_tw_reuse
value: 1
state: present
alternatives:
- name: editor
path: /usr/bin/mcedit
variable: EDITOR
global_env:
- name: EDITOR
value: mcedit
# end