summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-09-12 02:17:41 +0200
committerChristian Pointner <equinox@spreadspace.org>2019-09-12 02:17:41 +0200
commit7d470b5563419662c7118f88d3bd8b55cdffc05b (patch)
treed8288dae9eba5d850a8ae86898b34644c63de3ee /inventory
parentwhitespace cleanup (diff)
zfs role can now create pools
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/sk-2019vm.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/inventory/host_vars/sk-2019vm.yml b/inventory/host_vars/sk-2019vm.yml
index 7674188f..27b0aa01 100644
--- a/inventory/host_vars/sk-2019vm.yml
+++ b/inventory/host_vars/sk-2019vm.yml
@@ -8,3 +8,7 @@ install:
root_lvm_size: 10G
network: {}
+
+zfs_zpool_name: storage
+zfs_zpool_mountpoint: /srv/storage
+zfs_zpool_create_vdevs: mirror nvme0n1p3 nvme1n1p3