summaryrefslogtreecommitdiff
path: root/inventory/host_vars
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-02-24 19:29:02 +0100
committerChristian Pointner <equinox@spreadspace.org>2024-02-24 19:29:02 +0100
commitc310cd6228860c0a11be1f02d9d91c6a00b08ae1 (patch)
treeac6296da671cc356b1ccc894b54dc27631ac8bf2 /inventory/host_vars
parentk8s-emc: add 2 more edge nodes (diff)
apt-repo/backports: fix for bookworm; ch-installsmb increase samba share for install media
Diffstat (limited to 'inventory/host_vars')
-rw-r--r--inventory/host_vars/ch-installsmb.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/inventory/host_vars/ch-installsmb.yml b/inventory/host_vars/ch-installsmb.yml
index 1587c6bf..5b463d86 100644
--- a/inventory/host_vars/ch-installsmb.yml
+++ b/inventory/host_vars/ch-installsmb.yml
@@ -1,7 +1,7 @@
---
install:
vm:
- memory: 1536M
+ memory: 3072M
numcpus: 2
autostart: false
disks:
@@ -62,7 +62,7 @@ openwrt_mixin:
boot() {
mkdir -p /srv/install-media
- mount -t tmpfs -o size=1400M install-media /srv/install-media
+ mount -t tmpfs -o size=2560M install-media /srv/install-media
}
openwrt_uci: