summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/ch-equinox-t450s.yml41
1 files changed, 24 insertions, 17 deletions
diff --git a/inventory/host_vars/ch-equinox-t450s.yml b/inventory/host_vars/ch-equinox-t450s.yml
index 6cc1ba39..417c3d76 100644
--- a/inventory/host_vars/ch-equinox-t450s.yml
+++ b/inventory/host_vars/ch-equinox-t450s.yml
@@ -1,33 +1,37 @@
---
-debian_preseed_language: de
-debian_preseed_country: AT
-debian_preseed_locales:
- - de_AT.UTF-8
- - de_DE.UTF-8
- - en_US.UTF-8
+ubuntu_autoinstall_locale: de_AT
+ubuntu_autoinstall_keyboard_layout: de
+ubuntu_autoinstall_keyboard_variant: nodeadkeys
+ubuntu_autoinstall_timezone: Europe/Vienna
-debian_preseed_no_splash: no
-debian_preseed_install_tasks:
- - xubuntu-desktop
+ubuntu_autoinstall_desktop: xubuntu
+ubuntu_autoinstall_manual_partitioning: yes
+###
+# mark disk as bootable (EFI System Partition gets created)
+# edit ESP -> size 128M
+# add new GPT Part, 1G, ext4, /boot
+# add new GPT Part, rest of disk, unformatted -> create new LVM: name t450s, enable crypto
+# add new LV, root, 45G, ext4, /
+# add new LV, storage, 380G, unformatted
-debian_preseed_no_netplan: yes
-debian_preseed_manual_partitioning: yes
install:
efi: yes
+ kernel_cmdline:
+ - quiet
+ - splash
install_dhcp: yes
network:
domain: "{{ host_domain }}"
primary:
- name: enp0s25
+ name: enx00e04d6a076e
base_modules_blacklist: "{{ base_modules_blacklist_none }}"
sshd_password_auth: yes
ssh_keys_root_extra:
- - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9AkOBxvf1wZ0B3wEyf7O3GbaIGx5o2f6cVuQIrOjeFfgMSAr1LwiB/gmHhMSEq6OSauD37TA5yDIrzk6NPPjVs/wiklsHgYtTqIxSPItTZFPX4gLvNwwGuRvEW9bTEiHd+bVPIiIT7HOje0kgacjan44rdgppX9DgcUp2j7uSZZabsxDCS/ms0slhwBNU1gtR31PoQ56vIya23D2uMauNAbRJzDEOfAjy4pHF8njYcXPas/yrbLi8PUZ1YO1u/AZto96EIYfHaCLWlstqeCX+R2JrTunvfTr8TF3AkFw8lHMzk3neUR+tPAAFQaqeTlqGPiSNq1Oyf+52XR16qwhd equinox@mail
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIZK9NBainiE0+A8pT8dbwlNZ0k0AZVhLTzUSo3YtKJt ZFS Backup syncoid@epimetheus
zsh_banner: equinox
@@ -43,7 +47,7 @@ apt_repo_components:
spreadspace_apt_repo_components:
- main
- - container
+# - container ## TODO: not yet available for jammy
zfs_arc_size:
min: 512M
@@ -137,6 +141,7 @@ ws_base_extra_packages:
- guvcview
- gvncviewer
- i7z
+ - iw
- horst
- inkscape
- ipcalc
@@ -247,7 +252,7 @@ ws_base_extra_packages:
- wavemon
- whois
- wine
- - wine32
+ #- wine32 ## TODO: need to enable i386 arch in dpkg...
- wine64
- winetricks
- wireshark
@@ -261,8 +266,8 @@ ws_base_extra_packages:
- yasm
# needs apt-repo/spreadspace
- go
- - info-beamer
- - helm
+ #- info-beamer ## TODO: not yet in repo for jammy
+ #- helm ## TODO: not yet in repo for jammy
# needs apt-repo/ansible
- ansible
# needs apt-repo/tor-project
@@ -375,3 +380,5 @@ ws_minet_openwifi_connections:
vieWireless:
description: Vienna International Airport Wireless
ssid: WirelessViennaAirport
+
+ws_minet_wpa_supplicant_conf: "{{ lookup('unvault', ([global_files_dir, 'chaos-at-home', 'wpa_supplicant.conf.vault'] | path_join | realpath)) }}"