summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-oulu.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-06-25 01:46:47 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-07-01 11:37:40 +0200
commit77e606396005bafc3f78ca29f7f672857f6bf942 (patch)
tree6105ca83bbee76c9465f277fbc1506394efff0b9 /inventory/host_vars/ch-oulu.yml
parentMerge branch 'topic/standalone-kubelet' (diff)
add ch-oulu testserver for preseed partitioning
Diffstat (limited to 'inventory/host_vars/ch-oulu.yml')
-rw-r--r--inventory/host_vars/ch-oulu.yml17
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_