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-apps.yml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'inventory/host_vars/ch-apps.yml') diff --git a/inventory/host_vars/ch-apps.yml b/inventory/host_vars/ch-apps.yml index 92ce463c..d966a8cc 100644 --- a/inventory/host_vars/ch-apps.yml +++ b/inventory/host_vars/ch-apps.yml @@ -1,6 +1,7 @@ --- install_jumphost: ch-jump +system_lvm_volume_size_root: 4G install: vm: memory: 12G @@ -24,24 +25,6 @@ install: size: 100g properties: 'syncoid:sync': 'false' - system_lvm: - volumes: - - name: root - size: 4G - 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 interfaces: - bridge: br-svc name: svc0 -- cgit v1.2.3