From 77e606396005bafc3f78ca29f7f672857f6bf942 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 25 Jun 2020 01:46:47 +0200 Subject: add ch-oulu testserver for preseed partitioning --- inventory/host_vars/ch-oulu.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 inventory/host_vars/ch-oulu.yml (limited to 'inventory/host_vars') diff --git a/inventory/host_vars/ch-oulu.yml b/inventory/host_vars/ch-oulu.yml new file mode 100644 index 00000000..b5b86138 --- /dev/null +++ b/inventory/host_vars/ch-oulu.yml @@ -0,0 +1,17 @@ +--- +install: + efi: true + disks: + primary: /dev/disk/by-id/nvme-Samsung_SSD_970_PRO_1TB_S462NF0M800161Z + # primary: /dev/disk/by-id/nvme-Samsung_SSD_970_PRO_1TB_S462NF0M800191M + +network: + nameservers: + - 9.9.9.9 + 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