summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-oulu.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-07-15 15:27:19 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-07-15 15:27:19 +0200
commitc56b50b6f40565a3cb0b0d6dad3802ca4b8a5e9a (patch)
treec2c06970823a656af9b1bf3aab41972cb3d52827 /inventory/host_vars/ch-oulu.yml
parentcosmetic change (diff)
fix vm/guest roles ordering
Diffstat (limited to 'inventory/host_vars/ch-oulu.yml')
-rw-r--r--inventory/host_vars/ch-oulu.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-oulu.yml b/inventory/host_vars/ch-oulu.yml
index f6ef0e4c..813bc184 100644
--- a/inventory/host_vars/ch-oulu.yml
+++ b/inventory/host_vars/ch-oulu.yml
@@ -38,3 +38,19 @@ apt_repo_components:
- main
- contrib
- non-free ## for microcode updates
+
+
+zfs_arc_size:
+ min: "{{ 2 * 1024 * 1024 * 1024 }}"
+ max: "{{ 8 * 1024 * 1024 * 1024 }}"
+
+zfs_zpools:
+ storage:
+ mountpoint: /srv/storage
+ create_vdevs: mirror /dev/nvme0n1p4 /dev/nvme1n1p4
+
+zfs_sanoid_modules:
+ storage/vm:
+ use_template: production
+ recursive: yes
+ process_children_only: yes