diff options
author | Christian Pointner <equinox@spreadspace.org> | 2022-05-10 18:23:34 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2022-05-10 18:44:58 +0200 |
commit | 368e060becaafe4e3551b6623560eacbbb8eabb4 (patch) | |
tree | 1db8532b8db72a1632ccbd533d634f19f0b5ab76 /inventory/host_vars/sk-cloudio | |
parent | Merge branch 'topic/k8s-1.24' (diff) |
system_lvm: make default volume sizes overideable
Diffstat (limited to 'inventory/host_vars/sk-cloudio')
-rw-r--r-- | inventory/host_vars/sk-cloudio/vars.yml | 18 |
1 files changed, 1 insertions, 17 deletions
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: |