Add optional console password (chpasswd) to cloud-init and deploy docs

This commit is contained in:
2026-04-19 13:10:12 +02:00
parent fb9629db2b
commit d091b6b50f
2 changed files with 38 additions and 0 deletions
+12
View File
@@ -23,6 +23,18 @@ users:
# CUSTOMIZE: replace with your public SSH key
- ssh-ed25519 AAAA... your-key-here
# ── Optional: console password ───────────────────────────────────────
# Uncomment to set a password for the devbox user. Only needed for
# emergency access via the OpenStack/Proxmox console (VNC/noVNC).
# SSH key authentication is used for normal access.
#
# chpasswd:
# expire: false
# users:
# - name: devbox
# password: your-password-here
# type: text
# ── Locale and timezone ──────────────────────────────────────────────
locale: en_US.UTF-8
timezone: Europe/Stockholm