summaryrefslogtreecommitdiff
path: root/inventory/host_vars/sk-cloudia.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/host_vars/sk-cloudia.yml')
-rw-r--r--inventory/host_vars/sk-cloudia.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/inventory/host_vars/sk-cloudia.yml b/inventory/host_vars/sk-cloudia.yml
index 1f4c542b..0869c2c8 100644
--- a/inventory/host_vars/sk-cloudia.yml
+++ b/inventory/host_vars/sk-cloudia.yml
@@ -9,9 +9,10 @@ install:
network: {}
-zfs_zpool_name: storage
-zfs_zpool_mountpoint: /srv/storage
-zfs_zpool_create_vdevs: mirror nvme0n1p3 nvme1n1p3
+zfs_zpools:
+ storage:
+ mountpoint: /srv/storage
+ create_vdevs: mirror nvme0n1p3 nvme1n1p3
zfs_arc_size:
min: "{{ 2 * 1024 * 1024 * 1024 }}"