Reorganize README structure and update Templates section
This commit is contained in:
parent
9010756691
commit
305350424f
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
- [Packer based PVE image templates](#packer-based-pve-image-templates)
|
||||
- [Table of Contents](#table-of-contents)
|
||||
- [Repository structure](#repository-structure)
|
||||
- [Templates](#templates)
|
||||
- [Repository structure](#repository-structure)
|
||||
- [Initial Setup](#initial-setup)
|
||||
- [Create Token](#create-token)
|
||||
- [Initialize Packer](#initialize-packer)
|
||||
|
|
@ -14,6 +14,12 @@
|
|||
- [Setup new templates](#setup-new-templates)
|
||||
- [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
|
||||
|
||||
```shell
|
||||
|
|
@ -50,12 +56,6 @@ Name
|
|||
└── 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
|
||||
|
||||
### Create Token
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue