From 368e060becaafe4e3551b6623560eacbbb8eabb4 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 10 May 2022 18:23:34 +0200 Subject: system_lvm: make default volume sizes overideable --- inventory/host_vars/ch-dione.yml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'inventory/host_vars/ch-dione.yml') diff --git a/inventory/host_vars/ch-dione.yml b/inventory/host_vars/ch-dione.yml index ef9d8657..d9feac7c 100644 --- a/inventory/host_vars/ch-dione.yml +++ b/inventory/host_vars/ch-dione.yml @@ -1,26 +1,9 @@ --- +system_lvm_volume_size_root: 3G install: efi: true disks: primary: /dev/disk/by-id/nvme-SAMSUNG_MZVPW256HEGL-00000_S346NY0HC29501 - system_lvm: - volumes: - - name: root - size: 3G - filesystem: ext4 - mountpoint: / - - name: var - size: 1280M - filesystem: ext4 - mountpoint: /var - - name: var+log - size: 768M - filesystem: ext4 - mountpoint: /var/log - mount_options: - - noatime - - nodev - - noexec kernel_cmdline: - "consoleblank=0" - "nomodeset" -- cgit v1.2.3