From 90a2596c339aaed4404676675f39d77d1c313926 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 25 Jun 2022 04:10:59 +0200 Subject: ch-promethues: new motherboard and primary ssd --- inventory/host_vars/ch-prometheus.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'inventory/host_vars') diff --git a/inventory/host_vars/ch-prometheus.yml b/inventory/host_vars/ch-prometheus.yml index aadd6d34..63228887 100644 --- a/inventory/host_vars/ch-prometheus.yml +++ b/inventory/host_vars/ch-prometheus.yml @@ -9,7 +9,7 @@ install: raid: level: 1 members: - - /dev/disk/by-id/nvme-Samsung_SSD_970_PRO_512GB_S5JYNC0N310329Z + - /dev/disk/by-id/nvme-Samsung_SSD_980_PRO_1TB_S5GXNX0T354642E - /dev/disk/by-id/nvme-Samsung_SSD_970_PRO_512GB_S5JYNC0N310327Y system_lvm: size: 25G @@ -27,8 +27,8 @@ network: - name: bond0 mode: 802.3ad slaves: - - enp35s0 - - enp36s0 + - enp38s0 + - enp39s0 options: miimon: 100 vlans: @@ -88,7 +88,7 @@ installer_storage: luks_volumes: crypto-nvme0: passphrase: "{{ vault_luks_volumes['crypto-nvme0'].passphrase }}" - device: /dev/disk/by-id/nvme-Samsung_SSD_970_PRO_512GB_S5JYNC0N310329Z-part4 + device: /dev/disk/by-id/nvme-Samsung_SSD_980_PRO_1TB_S5GXNX0T354642E-part4 crypto-nvme1: passphrase: "{{ vault_luks_volumes['crypto-nvme1'].passphrase }}" device: /dev/disk/by-id/nvme-Samsung_SSD_970_PRO_512GB_S5JYNC0N310327Y-part4 -- cgit v1.2.3