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/sk-tomnext-nc.yml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'inventory/host_vars/sk-tomnext-nc.yml') diff --git a/inventory/host_vars/sk-tomnext-nc.yml b/inventory/host_vars/sk-tomnext-nc.yml index 2b346f43..d7222469 100644 --- a/inventory/host_vars/sk-tomnext-nc.yml +++ b/inventory/host_vars/sk-tomnext-nc.yml @@ -1,4 +1,5 @@ --- +system_lvm_volume_size_root: 3G install: vm: memory: 16G @@ -17,23 +18,6 @@ install: size: 800g properties: compression: off - system_lvm: - - 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 interfaces: - bridge: br-public name: primary0 -- cgit v1.2.3