blob: e397101660e99c34e0f74e0308362ded58a5a0be (
plain) (
blame)
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
|
---
preseed_template_name: "xubuntu-focal-desktop"
install:
efi: true
disks:
primary: /dev/disk/by-id/nvme-Samsung_SSD_970_PRO_1TB_S462NF0MA04112K
system_lvm:
volumes:
- name: root
size: 50G
filesystem: ext4
mountpoint: /
- name: var+log
size: 768M
filesystem: ext4
mountpoint: /var/log
mount_options:
- noatime
- nodev
- noexec
- name: home
size: 200G
filesystem: ext4
mountpoint: /home
network:
nameservers: "{{ network_zones.lan.dns }}"
domain: "{{ host_domain }}"
primary: &_network_primary_
name: enp9s0
address: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets[inventory_hostname]) | ipaddr('address/prefix') }}"
gateway: "{{ network_zones.lan.gateway }}"
interfaces:
- *_network_primary_
base_modules_blacklist: "{{ base_modules_blacklist_none }}"
admin_users_host:
- equinox
apt_repo_components:
- main
- restricted
- universe
- multiverse
ubuntu_ws_root_fs_size: 30G
ubuntu_ws_home_fs_size: 200G
ubuntu_ws_extra_packages:
- aisleriot
- atftp
- asciidoc
- audacity
- autoconf
- automake
- avr-libc
- avrdude
- binutils-avr
- bison
- build-essential
- cheese
- clang
- clinfo
- cmake
- debhelper
- dh-lua
- dh-make
- dh-python
- dh-systemd
- devscripts
- dfu-programmer
- docker.io
- dos2unix
- doxygen
- easytag
- elpa-go-mode
- elpa-lua-mode
- elpa-php-mode
- elpa-rust-mode
- elpa-web-mode
- elpa-yaml-mode
- emacs
- enigmail
- filezilla
- flac
- fldigi
- flex
- freecad
- fzf
- gcc-avr
- gdebi
- gerbv
- ghex
- git
- git-lfs
- git-remote-gcrypt
- gitk
- gnome-games
- gnome-mahjongg
- gpredict
- gputils
- gstreamer1.0-vaapi
- gvncviewer
- inkscape
- ipcalc
- iperf
- iperf3
- iputils-arping
- ipython3
- jq
- kdenlive
- keepassx
- kicad
- kicad-libraries
- kicad-packages3d
- kpartx
- make
- mbr
- meld
- mingw-w64
- mosh
- msmtp-mta
- nfs-common
- nmap
- ntpdate
- nyx
- pandoc
- parcimonie
- patchutils
- pdftk-java
- pidgin-plugin-pack
- pigz
- pinentry-curses
- pitivi
- playonlinux
- pm-utils
- ppa-purge
- pristine-tar
- privoxy
- pv
- pwgen
- python3-autopep8
- python3-paramiko
- python3-ruamel.yaml
- python3-sphinx
- python3-sphinx-rtd-theme
- qemu-kvm
- quilt
- radeontop
- ragel
- rdesktop
- rhythmbox
- rkhunter
- rustc
- scala-mode-el
- scons
- sdcc
- signify-openbsd
- signing-party
- socat
- sqlite3
- sshfs
- steam
- stun-client
- subversion
- swaks
- syslinux
- syslinux-common
- syslinux-efi
- texlive
- texlive-lang-german
- totem
- unrar
- vainfo
- valgrind
- vorbis-tools
- whois
- wine
- wine32
- wine64
- winetricks
- wireshark
- x264
- xclip
- xorriso
- xul-ext-lightning
- yamllint
- yasm
# needs apt-repo/spreadspace
- go
- info-beamer
# needs apt-repo/tor-project
- tor
- tor-geoipdb
# needs apt-repo/kubernetes
- kubectl
# needs apt-repo/riot
- element-desktop
## needs PPA or other external repo ??
# - ansible
# - bazel
# - deadbeef
# - google-chrome-stable
# - opera-stable
# - studio-link-standalone
# - virtualbox
# - youtube-dl
|