From e5bcd47e815b4b12133fd71abed0f7e9407400ac Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 14 Aug 2019 00:25:47 +0200 Subject: dione and helene are kvm hosts for now --- inventory/host_vars/dione.yml | 12 ++++++++++++ inventory/host_vars/helene.yml | 12 ++++++++++++ 2 files changed, 24 insertions(+) (limited to 'inventory/host_vars') diff --git a/inventory/host_vars/dione.yml b/inventory/host_vars/dione.yml index 431e0042..7a2e4a92 100644 --- a/inventory/host_vars/dione.yml +++ b/inventory/host_vars/dione.yml @@ -1,4 +1,16 @@ --- +install_interface: eno1 +install_dhcp: true + +install: + efi: true + disks: + primary: /dev/disk/by-id/nvme-SAMSUNG_MZVPW256HEGL-00000_S346NY0HC29501 + +network: + domain: spreadspace.org + + base_packages_extra_host: - exfat-fuse - exfat-utils diff --git a/inventory/host_vars/helene.yml b/inventory/host_vars/helene.yml index 431e0042..c5b4fea3 100644 --- a/inventory/host_vars/helene.yml +++ b/inventory/host_vars/helene.yml @@ -1,4 +1,16 @@ --- +install_interface: eno1 +install_dhcp: true + +install: + efi: true + disks: + primary: /dev/disk/by-id/nvme-SAMSUNG_MZVPW256HEGL-00000_S346NB0J803346 + +network: + domain: spreadspace.org + + base_packages_extra_host: - exfat-fuse - exfat-utils -- cgit v1.2.3