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-cloudio/vars.yml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'inventory/host_vars/sk-cloudio/vars.yml') diff --git a/inventory/host_vars/sk-cloudio/vars.yml b/inventory/host_vars/sk-cloudio/vars.yml index 1f09cc52..25796113 100644 --- a/inventory/host_vars/sk-cloudio/vars.yml +++ b/inventory/host_vars/sk-cloudio/vars.yml @@ -1,4 +1,5 @@ --- +system_lvm_volume_size_root: 3584M install: cloud: credentials: "{{ vault_hroot_robot_account }}" @@ -12,23 +13,6 @@ install: - /dev/nvme1n1 system_lvm: size: 15G - volumes: - - name: root - size: 3584M - filesystem: ext4 - mountpoint: / - - name: var - size: 1280M - filesystem: ext4 - mountpoint: /var - - name: var+log - size: 1536 - filesystem: ext4 - mountpoint: /var/log - mount_options: - - noatime - - nodev - - noexec apt_repo_components: -- cgit v1.2.3