diff options
Diffstat (limited to 'inventory/host_vars/ch-oulu.yml')
-rw-r--r-- | inventory/host_vars/ch-oulu.yml | 17 |
1 files changed, 17 insertions, 0 deletions
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_ |