blob: f7d3e5ccffccb311acaff68e24eb53cf3315f82f (
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
|
---
preseed_template_name: "xubuntu-focal-desktop"
install:
efi: true
disks:
primary: /dev/disk/by-id/nvme-Samsung_SSD_970_PRO_1TB_S462NF0MA04112K
network:
nameservers: "{{ network_zones.lan.dns }}"
domain: "{{ host_domain }}"
primary:
interface: enp8s0
ip: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets[inventory_hostname]) | ipaddr('address') }}"
mask: "{{ network_zones.lan.prefix | ipaddr('netmask') }}"
gateway: "{{ network_zones.lan.gateway }}"
base_modules_blacklist: "{{ base_modules_blacklist_none }}"
admin_user_host:
- "{{ equinox_user }}"
ssh_allowusers_host: "{{ admin_user_host | map(attribute='name') | list }}"
ubuntu_ws_root_fs_size: 30G
ubuntu_ws_home_fs_size: 200G
ubuntu_ws_extra_packages:
- 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
- gcc-avr
- gdebi
- gerbv
- ghex
- git
- git-lfs
- git-remote-gcrypt
- gitk
- go # needs apt-rep/spreadspace
- gpredict
- gputils
- gstreamer1.0-vaapi
- gvncviewer
- inkscape
- ipcalc
- iperf
- iperf3
- iputils-arping
- ipython3
- jq
- kdenlive
- keepassx
- kicad
- make
- 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
- pristine-tar
- privoxy
- pv
- pwgen
- python3-autopep8
- qemu-kvm
- quilt
- radeontop
- ragel
- rdesktop
- rhythmbox
- rkhunter
- rustc
- scala-mode-el
- scons
- sdcc
- signing-party
- socat
- sqlite3
- sshfs
- steam
- stun-client
- subversion
- swaks
- texlive
- texlive-lang-german
- totem
- unrar
- vainfo
- valgrind
- vorbis-tools
- whois
- wine
- wine64
- winetricks
- wireshark
- x264
- xorriso
- xul-ext-lightning
- yamllint
- yasm
## needs PPA??
# - ansible
# - bazel
# - deadbeef
# - deb.torproject.org-keyring
# - google-chrome-stable
# - kubectl
# - opera-stable
# - studio-link-standalone
# - virtualbox
# - youtube-dl
|