-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.yml
77 lines (65 loc) · 1.38 KB
/
system.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
---
##################
# System
##################
system_update: true
system_update_security_only: false
minimal_system_packages:
- bash
- grep
- less
- make
- wget
- curl
- tree
build_packges:
- apt-utils
- build-essential
- gcc
git_packages:
- git
- tig
network_packages:
- nmap
- rsync
- traceroute
- net-tools
- whois
- ipcalc
tools_packges:
- htop
- dos2unix
- jq
- pwgen
- oathtool
- shellcheck
- podman
compress_packages:
- zip
- unzip
- p7zip-full
- p7zip-rar
gnome_packages:
- dbus-x11
- gnome-keyring
# - gnome-shell
# - gnome-shell-extensions
# - gnome-tweak-tool
# - ubuntu-restricted-extras
# # -------------------------------------------------
# # Package for system-monitor gnome shell extension
# # -------------------------------------------------
# - chrome-gnome-shell
# - gir1.2-gtop-2.0
# - gir1.2-nm-1.0
# - gir1.2-clutter-1.0
system_packages_install: "{{ minimal_system_packages + build_packges + git_packages +\
network_packages + tools_packges + compress_packages + gnome_packages }}"
system_packages_remove:
- light-locker
- nano
system_deb_urls:
- "https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"
# - "https://prerelease.keybase.io/keybase_amd64.deb"
# - "https://zoom.us/client/latest/zoom_amd64.deb"
system_clean: true