Add fully automated Debian 13 LUKS encrypted Template build
This commit is contained in:
parent
40a0623ad0
commit
f76fd4a95a
5 changed files with 215 additions and 3 deletions
6
debian/13-trixie/variables.pkr.hcl
vendored
6
debian/13-trixie/variables.pkr.hcl
vendored
|
|
@ -68,6 +68,12 @@ variable "proxmox_node" {
|
|||
description = "The Proxmox node to use for building the image"
|
||||
}
|
||||
|
||||
variable "install_finished_inform_port" {
|
||||
type = string
|
||||
default = "10000"
|
||||
description = "The server port to inform when installation is finished"
|
||||
}
|
||||
|
||||
|
||||
|
||||
# local values
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue