summaryrefslogtreecommitdiff
path: root/inventory/host_vars
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/host_vars')
-rw-r--r--inventory/host_vars/ch-phoebe.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/inventory/host_vars/ch-phoebe.yml b/inventory/host_vars/ch-phoebe.yml
index a99ff9bf..e87b1a42 100644
--- a/inventory/host_vars/ch-phoebe.yml
+++ b/inventory/host_vars/ch-phoebe.yml
@@ -24,7 +24,7 @@ network:
apt_repo_components:
- main
- - contrib
+ - contrib ## for zfs
- non-free ## for microcode updates
@@ -37,16 +37,16 @@ installer_storage:
zfs_arc_size:
- min: 2GB
- max: 24GB
+ min: 512MB
+ max: 2GB
zfs_pools:
- storage:
- mountpoint: /srv/storage
- create_vdevs: mirror /dev/mapper/crypto-sata0 /dev/mapper/crypto-sata1 /dev/mapper/crypto-sata2
+ nvme:
+ mountpoint: /srv/nvme
+ create_vdevs: /dev/disk/by-id/nvme-KIOXIA-EXCERIA_SSD_31MA10GJK2N2-part3
zfs_sanoid_modules:
- storage/vm:
+ nvme/vm:
use_template: production
recursive: yes
process_children_only: yes