From 473b86a64c623f6b9d4365fb274a73db871f981c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 10 Nov 2020 23:48:45 +0100 Subject: harmoize some host_vars --- inventory/host_vars/ele-calypso.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'inventory/host_vars/ele-calypso.yml') diff --git a/inventory/host_vars/ele-calypso.yml b/inventory/host_vars/ele-calypso.yml index ab8fca7c..d565c6d8 100644 --- a/inventory/host_vars/ele-calypso.yml +++ b/inventory/host_vars/ele-calypso.yml @@ -1,12 +1,15 @@ --- install: + efi: yes disks: primary: software-raid raid: level: 1 members: - - /dev/sda - - /dev/sdb + - /dev/disk/by-id/ata-SAMSUNG_HD103UJ_S1PVJDWQ720805 + - /dev/disk/by-id/ata-SAMSUNG_HD103UJ_S1PVJDWQ720811 + system_lvm: + size: 20G network: nameservers: "{{ network_zones.lan.dns }}" -- cgit v1.2.3