Reorganize README structure and update Templates section

This commit is contained in:
Philip Henning 2026-02-05 18:45:08 +01:00
parent 9010756691
commit 305350424f

View file

@ -4,8 +4,8 @@
- [Packer based PVE image templates](#packer-based-pve-image-templates) - [Packer based PVE image templates](#packer-based-pve-image-templates)
- [Table of Contents](#table-of-contents) - [Table of Contents](#table-of-contents)
- [Repository structure](#repository-structure)
- [Templates](#templates) - [Templates](#templates)
- [Repository structure](#repository-structure)
- [Initial Setup](#initial-setup) - [Initial Setup](#initial-setup)
- [Create Token](#create-token) - [Create Token](#create-token)
- [Initialize Packer](#initialize-packer) - [Initialize Packer](#initialize-packer)
@ -14,6 +14,12 @@
- [Setup new templates](#setup-new-templates) - [Setup new templates](#setup-new-templates)
- [ToDo](#todo) - [ToDo](#todo)
## Templates
| Template ID | OS | Version | Path | LUKS encrypted? | Mac Address | IP Address |
| :---------- | :--------------------------------------------------------------------------------------------- | :-------- | :---------------------- | :-------------- | :---------------- | :---------------------- |
| 65000 | <img src="https://www.debian.org/logos/openlogo-nd.svg" alt="Debian logo" height="16"/> Debian | 13-trixie | `debian/13-trixie-luks` | ✅ | BC:24:11:00:13:37 | 192.168.9.29 (via DHCP) |
## Repository structure ## Repository structure
```shell ```shell
@ -50,12 +56,6 @@ Name
└──  variables-common.pkr.hcl Shared Packer variables used by templates. └──  variables-common.pkr.hcl Shared Packer variables used by templates.
``` ```
## Templates
| Template ID | OS | Version | Path | LUKS encrypted? | Mac Address | IP Address |
| :---------- | :--------------------------------------------------------------------------------------------- | :-------- | :---------------------- | :-------------- | :---------------- | :---------------------- |
| 65000 | <img src="https://www.debian.org/logos/openlogo-nd.svg" alt="Debian logo" height="16"/> Debian | 13-trixie | `debian/13-trixie-luks` | ✅ | BC:24:11:00:13:37 | 192.168.9.29 (via DHCP) |
## Initial Setup ## Initial Setup
### Create Token ### Create Token