From 37f097478be76b5e1efd462477b306b2877d23de Mon Sep 17 00:00:00 2001 From: pLAn3tT30 <106966424+pLAn3tT30@users.noreply.github.com> Date: Mon, 6 Jun 2022 15:57:13 +0200 Subject: [PATCH] Defines the default password length --- conf/zamba.conf.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/zamba.conf.example b/conf/zamba.conf.example index f3492c1..52c0b14 100644 --- a/conf/zamba.conf.example +++ b/conf/zamba.conf.example @@ -11,6 +11,9 @@ ############### Linux Container Section ############### +# Defines the default password length +LXC_RANDOMPWD=32 + # Defines the Proxmox storage where your LXC container template are stored (default: local) LXC_TEMPLATE_STORAGE="local"