blob: c12a0a3ccb2302c23c4d26d5fb72f13529c25593 (
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
|
---
ubuntu_autoinstall_locale: de_AT
ubuntu_autoinstall_keyboard_layout: de
ubuntu_autoinstall_keyboard_variant: nodeadkeys
ubuntu_autoinstall_timezone: Europe/Vienna
ubuntu_autoinstall_desktop: xubuntu
ubuntu_autoinstall_kernel_image: linux-generic-hwe-22.04-edge
install:
efi: yes
disks:
primary: /dev/disk/by-id/nvme-KBG40ZMT128G_TOSHIBA_MEMORY_X0CPG4JGQA71
system_lvm:
volumes:
- name: root
size: 20G
filesystem: ext4
mountpoint: /
- name: var+log
size: 768M
filesystem: ext4
mountpoint: /var/log
mount_options:
- noatime
- nodev
- noexec
- name: home
size: 50G
filesystem: ext4
mountpoint: /home
kernel_cmdline:
- quiet
- splash
- iommu=pt
#- nomodeset ## only needed during installation
network:
nameservers:
- 195.58.161.123
- 212.186.211.21
domain: "{{ host_domain }}"
primary: &_network_primary_
name: enx3c18a054c23a
address: "192.168.28.32/24"
gateway: "192.168.28.254"
interfaces:
- *_network_primary_
base_modules_blacklist: "{{ base_modules_blacklist_none }}"
zsh_banner: equinox
admin_users_host:
- equinox
apt_repo_components:
- main
- restricted
- universe
- multiverse
ws_base_extra_packages:
- cpu-x
- horst
- ipcalc
- iperf
- iperf3
- iputils-arping
- jq
- mosh
- pv
- s-tui
- unrar
- wavemon
- whois
- xfce4-goodies
ws_minet_wireless_interface_name: wlp1s0
ws_minet_wireless_interface_module: iwlwifi
|