summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-09-25 15:31:26 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-09-25 15:31:26 +0200
commitb321a5d57f4b5ca5169f953fd9f39b93b7b21b14 (patch)
tree2a05bf3f7a7b4ac8628c6f38095d6abc66b78d22 /inventory
parentfinalize ch-mc* setups for now (diff)
ch-equinot-t450s on jammy (WIP)
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/ch-equinox-t450s.yml39
1 files changed, 22 insertions, 17 deletions
diff --git a/inventory/host_vars/ch-equinox-t450s.yml b/inventory/host_vars/ch-equinox-t450s.yml
index 6cc1ba39..89834cfb 100644
--- a/inventory/host_vars/ch-equinox-t450s.yml
+++ b/inventory/host_vars/ch-equinox-t450s.yml
@@ -1,33 +1,38 @@
---
-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, 40G, ext4, /
+# add new LV, var+log, 768M, ext4, /var/log
+# add new LV, storage, 500G, 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 +48,7 @@ apt_repo_components:
spreadspace_apt_repo_components:
- main
- - container
+# - container ## TODO: not yet available for jammy
zfs_arc_size:
min: 512M
@@ -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