summaryrefslogtreecommitdiff
path: root/inventory/host_vars
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/host_vars')
-rw-r--r--inventory/host_vars/ch-hyperion.yml5
1 files changed, 4 insertions, 1 deletions
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 }}"