[debian12] feat: initial addition of debian12
This commit is contained in:
parent
1c3c74d7fe
commit
1f4ab8deee
@ -20,6 +20,7 @@ Other information to know:
|
|||||||
|
|
||||||
| OS | VM Name | VM ID | Script |
|
| 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 |
|
| Ubuntu 24 | ubuntu.template.siempie.internal | 999 | scripts/ubuntu24.sh |
|
||||||
|
|
||||||
# Create packer user and role on Proxmox
|
# 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.
|
See the table above for the specific location per template.
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
Debian 12 Template:
|
||||||
|
```
|
||||||
|
packer build -force -var-file variables.pkrvars.hcl debian12/packer.pkr.hcl
|
||||||
|
```
|
||||||
Ubuntu 24 Template:
|
Ubuntu 24 Template:
|
||||||
```
|
```
|
||||||
packer build -force -var-file variables.pkrvars.hcl ubuntu24/packer.pkr.hcl
|
packer build -force -var-file variables.pkrvars.hcl ubuntu24/packer.pkr.hcl
|
||||||
|
Loading…
Reference in New Issue
Block a user