From 22a81e86508821422943703dd42a8ff3a2709ba5 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 9 Nov 2020 03:44:38 +0100 Subject: add test servers --- inventory/host_vars/ch-calypso.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 inventory/host_vars/ch-calypso.yml (limited to 'inventory/host_vars/ch-calypso.yml') diff --git a/inventory/host_vars/ch-calypso.yml b/inventory/host_vars/ch-calypso.yml new file mode 100644 index 00000000..d565c6d8 --- /dev/null +++ b/inventory/host_vars/ch-calypso.yml @@ -0,0 +1,22 @@ +--- +install: + efi: yes + disks: + primary: software-raid + raid: + level: 1 + members: + - /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 }}" + domain: "{{ host_domain }}" + primary: &_network_primary_ + name: eno1 + address: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets[inventory_hostname]) | ipaddr('address/prefix') }}" + gateway: "{{ network_zones.lan.gateway }}" + interfaces: + - *_network_primary_ -- cgit v1.2.3