[readme] feat: added link to proxmox-iso builder

This commit is contained in:
Simon Cornet 2024-07-15 15:40:14 +02:00
parent ae037faafa
commit b373afbd3a

View File

@ -2,6 +2,10 @@
Packer is a tool that can create Virtual Machine templates from code. Packer is a tool that can create Virtual Machine templates from code.
This repository hosts the code for a customized templates used in Siempie's home environment using the Proxmox Hypervisor. This repository hosts the code for a customized templates used in Siempie's home environment using the Proxmox Hypervisor.
More info:
https://developer.hashicorp.com/packer/docs/intro
https://developer.hashicorp.com/packer/integrations/hashicorp/proxmox/latest/components/builder/iso
# Inside the Template # Inside the Template
Inside the template packer does: Inside the template packer does:
- Install updates - Install updates
@ -14,8 +18,6 @@ Other information to know:
- packer username: `packer` - packer username: `packer`
- packer password: `packer` - packer password: `packer`
More info: https://developer.hashicorp.com/packer/docs/intro
| OS | VM Name | VM ID | Script | | OS | VM Name | VM ID | Script |
|----|---------|-------|--------| |----|---------|-------|--------|
| Ubuntu 24 | ubuntu.template.siempie.internal | 999 | scripts/ubuntu24.sh | | Ubuntu 24 | ubuntu.template.siempie.internal | 999 | scripts/ubuntu24.sh |