From 1629d8826ba31e2794ea4a0af6a9f9e2c1a8bcbf Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 24 Oct 2024 14:57:40 +0200 Subject: [PATCH] [packer] docs: fixed template ids and packer user --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 0aa8e93..509ca11 100644 --- a/readme.md +++ b/readme.md @@ -15,13 +15,13 @@ Inside the template packer does: Other information to know: - Template hostname: `localhost` - - packer username: `packer` + - packer username: `root` - packer password: `packer` | OS | VM Name | VM ID | Script | |----|---------|-------|--------| -| Debian 12 | debian.template.siempie.internal | 998 | scripts/debian12.sh | -| Ubuntu 24 | ubuntu.template.siempie.internal | 999 | scripts/ubuntu24.sh | +| Debian 12 | debian.template.siempie.internal | 10001 | scripts/debian12.sh | +| Ubuntu 24 | ubuntu.template.siempie.internal | 10002 | scripts/ubuntu24.sh | # Create packer user and role on Proxmox ```