From 15bdc78c65159834c9a3335c88053589535549ef Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 8 Jan 2023 23:16:09 +0100 Subject: ch-epimetheus now is a RPi CM4 --- inventory/host_vars/ch-hyperion.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 inventory/host_vars/ch-hyperion.yml (limited to 'inventory/host_vars/ch-hyperion.yml') diff --git a/inventory/host_vars/ch-hyperion.yml b/inventory/host_vars/ch-hyperion.yml new file mode 100644 index 00000000..a551242a --- /dev/null +++ b/inventory/host_vars/ch-hyperion.yml @@ -0,0 +1,15 @@ +--- +install: + efi: true + disks: + primary: /dev/disk/by-id/ata-ADATA_SP300_1302938101000079 + +network: + nameservers: "{{ network_zones.lan.dns }}" + domain: "{{ host_domain }}" + primary: &_network_primary_ + name: enp1s0 + address: "{{ network_zones.lan.prefix | ansible.utils.ipaddr(network_zones.lan.offsets[inventory_hostname]) }}" + gateway: "{{ network_zones.lan.gateway }}" + interfaces: + - *_network_primary_ -- cgit v1.2.3