summaryrefslogtreecommitdiff
path: root/inventory/host_vars/sk-2019.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/host_vars/sk-2019.yml')
-rw-r--r--inventory/host_vars/sk-2019.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/inventory/host_vars/sk-2019.yml b/inventory/host_vars/sk-2019.yml
index 80491c40..f59bdc64 100644
--- a/inventory/host_vars/sk-2019.yml
+++ b/inventory/host_vars/sk-2019.yml
@@ -25,9 +25,10 @@ cryptdisk_volumes:
device: /dev/disk/by-id/nvme-eui.0025388791050fdc-part3
-zfs_zpool_name: storage
-zfs_zpool_mountpoint: /srv/storage
-zfs_zpool_create_vdevs: mirror /dev/mapper/crypto-nvme0 /dev/mapper/crypto-nvme1
+zfs_zpools:
+ storage:
+ mountpoint: /srv/storage
+ create_vdevs: mirror /dev/mapper/crypto-nvme0 /dev/mapper/crypto-nvme1
# zfs_arc_size:
# min: "{{ 2 * 1024 * 1024 * 1024 }}"