summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-oulu.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-07-03 02:01:24 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-07-03 02:01:24 +0200
commit786d31170abb926496e2a8964157e474c2b32b2d (patch)
tree7aa6c6577e6bd582221909dc85c2bc364ff49ae4 /inventory/host_vars/ch-oulu.yml
parentfix bar-variable warning (diff)
parentuse new preseed config in some hosts (diff)
Merge branch 'topic/preseed-configurable-disk-layout'
Diffstat (limited to 'inventory/host_vars/ch-oulu.yml')
-rw-r--r--inventory/host_vars/ch-oulu.yml22
1 files changed, 22 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..d0d035d2
--- /dev/null
+++ b/inventory/host_vars/ch-oulu.yml
@@ -0,0 +1,22 @@
+---
+install:
+ efi: true
+ disks:
+ root_lvm_size: 15G
+ primary: software-raid
+ raid:
+ level: 1
+ members:
+ - /dev/disk/by-id/nvme-Samsung_SSD_970_PRO_1TB_S462NF0M800161Z
+ - /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_