From d986bf783fa193d7643469cfc154a794ffda58e6 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 10 Jan 2023 19:30:09 +0100 Subject: add initial install for ch-hyperion --- inventory/host_vars/ch-hyperion.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'inventory/host_vars/ch-hyperion.yml') diff --git a/inventory/host_vars/ch-hyperion.yml b/inventory/host_vars/ch-hyperion.yml index a551242a..b5304c78 100644 --- a/inventory/host_vars/ch-hyperion.yml +++ b/inventory/host_vars/ch-hyperion.yml @@ -2,7 +2,8 @@ install: efi: true disks: - primary: /dev/disk/by-id/ata-ADATA_SP300_1302938101000079 +# primary: /dev/disk/by-id/ata-ADATA_SP300_1302938101000079 + primary: /dev/disk/by-id/ata-KINGSTON_SMS200S360G_50026B7244002329 network: nameservers: "{{ network_zones.lan.dns }}" @@ -13,3 +14,5 @@ network: gateway: "{{ network_zones.lan.gateway }}" interfaces: - *_network_primary_ + +base_modules_blacklist: "{{ base_modules_blacklist_all_but_sound }}" -- cgit v1.2.3