summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-calypso.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-07-03 02:00:29 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-07-03 02:00:29 +0200
commit972a2ec5dbc6da4b8ee36079220c1dba8696f593 (patch)
treebc167799883dc6dd328bced486c5d3a1cfdbfc2c /inventory/host_vars/ele-calypso.yml
parentpreseed: software-raid with root_lvm_size works now (diff)
use new preseed config in some hosts
Diffstat (limited to 'inventory/host_vars/ele-calypso.yml')
-rw-r--r--inventory/host_vars/ele-calypso.yml11
1 files changed, 8 insertions, 3 deletions
diff --git a/inventory/host_vars/ele-calypso.yml b/inventory/host_vars/ele-calypso.yml
index 865bcebb..ab8fca7c 100644
--- a/inventory/host_vars/ele-calypso.yml
+++ b/inventory/host_vars/ele-calypso.yml
@@ -1,7 +1,12 @@
---
-preseed_template_name: "debian-buster-with-raid"
-
-install: {}
+install:
+ disks:
+ primary: software-raid
+ raid:
+ level: 1
+ members:
+ - /dev/sda
+ - /dev/sdb
network:
nameservers: "{{ network_zones.lan.dns }}"