[debian12] feat: initial addition of debian12

This commit is contained in:
Simon Cornet 2024-07-15 17:11:51 +02:00
parent 1c3c74d7fe
commit 1f4ab8deee

View File

@ -20,6 +20,7 @@ Other information to know:
| 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 |
# Create packer user and role on Proxmox
@ -47,6 +48,10 @@ Since packer allows either an inline or a script execution there is a script per
See the table above for the specific location per template.
# Usage
Debian 12 Template:
```
packer build -force -var-file variables.pkrvars.hcl debian12/packer.pkr.hcl
```
Ubuntu 24 Template:
```
packer build -force -var-file variables.pkrvars.hcl ubuntu24/packer.pkr.hcl