No description
- HCL 100%
|
All checks were successful
Validate Packer files / Validate Debian Packer file (push) Successful in 9s
Signed-off-by: Louis Vallat <contact@louis-vallat.dev> |
||
|---|---|---|
| .forgejo/workflows | ||
| assets/debian | ||
| .gitignore | ||
| debian.pkr.hcl | ||
| LICENSE | ||
| README.md | ||
Packer templates
This repository is used for storing my personal Packer templates, used throughout my personal infrastructure. It comes with no warranty whatsoever, and I'm not responsible if any of them is responsible for your server going up in flames.
Debian
This is a basic Debian 13 automated install based on the official net-install ISO,
with only the root account being configured, and aimed to be a ready-to-use,
Cloud-Init enabled, Proxmox template.
It comes with a serial port configured to be used with the Proxmox console feature, for easier administration.
Variables
| Name | Description |
|---|---|
proxmox_api_host |
The FQDN for your Proxmox host. (default: proxmox.local) |
proxmox_api_token_id |
The Packer API token identifier. (default: packer@pve!packer) |
proxmox_api_token_secret |
The Packer API token secret. |
proxmox_node |
The name of your Proxmox node on which to build the template. |
proxmox_template_id |
The ID for your template. (default: 900) |
root_password |
The password for the root user. |