summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-epimetheus.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-01-07 00:08:17 +0100
committerChristian Pointner <equinox@spreadspace.org>2024-01-07 00:08:17 +0100
commit67d5f5c27727e04d8f8a5ed20e79d5706cbbf1cb (patch)
tree56456abe274ed1beb0582c5692689c5ccbf4f983 /inventory/host_vars/ch-epimetheus.yml
parentupdate collabora and bump nextcloud versions (diff)
refactor: storage roles
Diffstat (limited to 'inventory/host_vars/ch-epimetheus.yml')
-rw-r--r--inventory/host_vars/ch-epimetheus.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/inventory/host_vars/ch-epimetheus.yml b/inventory/host_vars/ch-epimetheus.yml
index a2126abd..5188940b 100644
--- a/inventory/host_vars/ch-epimetheus.yml
+++ b/inventory/host_vars/ch-epimetheus.yml
@@ -53,18 +53,18 @@ prometheus_job_multitarget_ssl__probe:
module: file
-luks_volumes:
+luks_devices:
crypto-sata0:
- passphrase: "{{ vault_luks_volumes['crypto-sata0'].passphrase }}"
+ passphrase: "{{ vault_luks_devices['crypto-sata0'].passphrase }}"
device: /dev/disk/by-id/ata-ST4000VN008-2DR166_ZGY976JP
crypto-sata1:
- passphrase: "{{ vault_luks_volumes['crypto-sata1'].passphrase }}"
+ passphrase: "{{ vault_luks_devices['crypto-sata1'].passphrase }}"
device: /dev/disk/by-id/ata-ST4000VN008-2DR166_ZDHAVYJT
crypto-sata2:
- passphrase: "{{ vault_luks_volumes['crypto-sata2'].passphrase }}"
+ passphrase: "{{ vault_luks_devices['crypto-sata2'].passphrase }}"
device: /dev/disk/by-id/ata-ST4000VN008-2DR166_ZGY9802C
crypto-sata3:
- passphrase: "{{ vault_luks_volumes['crypto-sata3'].passphrase }}"
+ passphrase: "{{ vault_luks_devices['crypto-sata3'].passphrase }}"
device: /dev/disk/by-id/ata-ST4000VN008-2DR166_ZDHADPQL
@@ -101,7 +101,7 @@ zfs_sanoid_modules:
zfs_syncoid_autosuspend: disks
-zfs_syncoid_autosuspend_disks: "{{ luks_volumes | dict2items | map(attribute='value.device') }}"
+zfs_syncoid_autosuspend_disks: "{{ luks_devices | dict2items | map(attribute='value.device') }}"
zfs_syncoid_target_pool: backup
zfs_syncoid_sources:
'ch-prometheus':