summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-06-29 01:28:43 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-07-01 11:37:40 +0200
commitc750374c93682f18b4e91dec3c88dfdd1a8af3e2 (patch)
tree07e25e0dc06e8e3e1635c28c36fc90a4f7f3cf35 /inventory
parentanother attempt to fix the partman recipe (diff)
simplified partman early command
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/sk-testvm.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/inventory/host_vars/sk-testvm.yml b/inventory/host_vars/sk-testvm.yml
index c61dc4e1..63538708 100644
--- a/inventory/host_vars/sk-testvm.yml
+++ b/inventory/host_vars/sk-testvm.yml
@@ -5,11 +5,16 @@ install:
numcpu: 1
autostart: False
disks:
- primary: /dev/sda
+ primary: software-raid
+ raid:
+ level: 1
+ members:
+ - /dev/sda
+ - /dev/sdb
scsi:
sda:
type: zfs
- name: root
+ name: root1
size: 10g
sdb:
type: zfs