blob: 26cf4b1cfaf158d3027837923159e45b7410bb41 (
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
|
---
debian_preseed_language: de
debian_preseed_country: AT
debian_preseed_locales:
- de_AT.UTF-8
- de_DE.UTF-8
- en_US.UTF-8
debian_preseed_no_splash: no
debian_preseed_install_tasks:
- xubuntu-desktop
debian_preseed_no_netplan: yes
debian_preseed_manual_partitioning: yes
install:
efi: no
install_dhcp: yes
network:
domain: "{{ host_domain }}"
primary:
name: enp0s25
base_modules_blacklist: "{{ base_modules_blacklist_none }}"
admin_users_host:
- equinox
apt_repo_components:
- main
- restricted
- universe
- multiverse
ws_base_hide_ntfs_disks:
- /dev/disk/by-id/ata-SAMSUNG_MZ7PD256HCGM-000H7_S1N8NSAF827489-part1
- /dev/disk/by-id/ata-SAMSUNG_MZ7PD256HCGM-000H7_S1N8NSAF827489-part2
ws_base_extra_packages:
- cpu-x
- i7z
- horst
- ipcalc
- iperf
- iperf3
- iputils-arping
- jq
- mosh
- pv
- s-tui
- unrar
- wavemon
- whois
- xfce4-goodies
ws_minet_wired_interface_name: enp0s25
ws_minet_wired_interface_module: e1000e
ws_minet_wireless_interface_name: wlp3s0
ws_minet_wireless_interface_module: iwlwifi
ws_minet_openwifi_connections:
cityaccessWireless:
description: City Access Wireless
ssid: Cityaccess
elevateForumWireless:
description: elevate Forum Wireless
ssid: Cityaccess Forum Open
escWireless:
description: esc medienkunstlabor Wireless
ssid: esc
|