summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-apps.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-05-10 18:23:34 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-05-10 18:44:58 +0200
commit368e060becaafe4e3551b6623560eacbbb8eabb4 (patch)
tree1db8532b8db72a1632ccbd533d634f19f0b5ab76 /inventory/host_vars/ch-apps.yml
parentMerge branch 'topic/k8s-1.24' (diff)
system_lvm: make default volume sizes overideable
Diffstat (limited to 'inventory/host_vars/ch-apps.yml')
-rw-r--r--inventory/host_vars/ch-apps.yml19
1 files changed, 1 insertions, 18 deletions
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