From 059f50aa88db52125b04ca82ea3f0ac6cdda5d8c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 21 May 2022 00:17:24 +0200 Subject: increase root disk size for kvm hosts --- inventory/host_vars/ch-atlas.yml | 1 + inventory/host_vars/ch-phoebe.yml | 1 + inventory/host_vars/ch-prometheus.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/inventory/host_vars/ch-atlas.yml b/inventory/host_vars/ch-atlas.yml index 17196bca..ce700f4d 100644 --- a/inventory/host_vars/ch-atlas.yml +++ b/inventory/host_vars/ch-atlas.yml @@ -1,5 +1,6 @@ --- install_interface: enp1s0 +system_lvm_volume_size_root: 3G install: efi: no diff --git a/inventory/host_vars/ch-phoebe.yml b/inventory/host_vars/ch-phoebe.yml index 915adbea..e9dca5be 100644 --- a/inventory/host_vars/ch-phoebe.yml +++ b/inventory/host_vars/ch-phoebe.yml @@ -1,5 +1,6 @@ --- install_interface: eno1 +system_lvm_volume_size_root: 3G install: efi: true diff --git a/inventory/host_vars/ch-prometheus.yml b/inventory/host_vars/ch-prometheus.yml index 9763ba2f..aadd6d34 100644 --- a/inventory/host_vars/ch-prometheus.yml +++ b/inventory/host_vars/ch-prometheus.yml @@ -1,5 +1,6 @@ --- install_interface: enp1s0 +system_lvm_volume_size_root: 3G install: efi: true -- cgit v1.2.3