From 67d5f5c27727e04d8f8a5ed20e79d5706cbbf1cb Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 7 Jan 2024 00:08:17 +0100 Subject: refactor: storage roles --- inventory/host_vars/ch-prometheus.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'inventory/host_vars/ch-prometheus.yml') diff --git a/inventory/host_vars/ch-prometheus.yml b/inventory/host_vars/ch-prometheus.yml index 88a4784f..3bdeac5d 100644 --- a/inventory/host_vars/ch-prometheus.yml +++ b/inventory/host_vars/ch-prometheus.yml @@ -84,21 +84,21 @@ installer_storage: fs: ext4 -luks_volumes: +luks_devices: crypto-nvme0: - passphrase: "{{ vault_luks_volumes['crypto-nvme0'].passphrase }}" + passphrase: "{{ vault_luks_devices['crypto-nvme0'].passphrase }}" device: /dev/disk/by-id/nvme-Samsung_SSD_980_PRO_1TB_S5GXNX0T354642E-part4 crypto-nvme1: - passphrase: "{{ vault_luks_volumes['crypto-nvme1'].passphrase }}" + passphrase: "{{ vault_luks_devices['crypto-nvme1'].passphrase }}" device: /dev/disk/by-id/nvme-Samsung_SSD_980_PRO_1TB_S5GXNF1R804538A-part4 crypto-sata0: - passphrase: "{{ vault_luks_volumes['crypto-sata0'].passphrase }}" + passphrase: "{{ vault_luks_devices['crypto-sata0'].passphrase }}" device: /dev/disk/by-id/ata-WDC_WD102KRYZ-01A5AB0_VCG6HGTN crypto-sata1: - passphrase: "{{ vault_luks_volumes['crypto-sata1'].passphrase }}" + passphrase: "{{ vault_luks_devices['crypto-sata1'].passphrase }}" device: /dev/disk/by-id/ata-WDC_WD121KRYZ-01W0RB0_5QHUESHB crypto-sata2: - passphrase: "{{ vault_luks_volumes['crypto-sata2'].passphrase }}" + passphrase: "{{ vault_luks_devices['crypto-sata2'].passphrase }}" device: /dev/disk/by-id/ata-WDC_WD102KRYZ-01A5AB0_VCG6A2UN -- cgit v1.2.3