From 4e3053749991a09fbdf17ad93ee6654f4fbbf7a7 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 25 Feb 2024 01:28:18 +0100 Subject: installer/* improve regexp to set ssh port and fix ssh port config for newer ubuntu releases --- inventory/host_vars/ch-installsmb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inventory/host_vars/ch-installsmb.yml') diff --git a/inventory/host_vars/ch-installsmb.yml b/inventory/host_vars/ch-installsmb.yml index 5b463d86..8ed369ff 100644 --- a/inventory/host_vars/ch-installsmb.yml +++ b/inventory/host_vars/ch-installsmb.yml @@ -62,7 +62,7 @@ openwrt_mixin: boot() { mkdir -p /srv/install-media - mount -t tmpfs -o size=2560M install-media /srv/install-media + mount -t tmpfs -o size=2816M install-media /srv/install-media } openwrt_uci: -- cgit v1.2.3