From 7d470b5563419662c7118f88d3bd8b55cdffc05b Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 12 Sep 2019 02:17:41 +0200 Subject: zfs role can now create pools --- inventory/host_vars/sk-2019vm.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'inventory') 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 -- cgit v1.2.3