Adding rocky linux 9
parent
c4173509e2
commit
be67b411f4
|
@ -1,6 +1,7 @@
|
||||||
# ---> Packer
|
# ---> Packer
|
||||||
credentials.auto.tfvars
|
credentials.auto.tfvars
|
||||||
template-credential.pkr.hcl
|
credentials.pkr.hcl
|
||||||
|
template-credentials.pkr.hcl
|
||||||
|
|
||||||
# Cache objects
|
# Cache objects
|
||||||
packer_cache/
|
packer_cache/
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
# Rocky Linux 9 Server
|
||||||
|
# ---
|
||||||
|
# Packer Template to create an Rocky Linux 9 Server on Proxmox
|
||||||
|
|
||||||
|
# Variable Definitions
|
||||||
|
variable "proxmox_api_url" {
|
||||||
|
type = string
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "proxmox_api_token_id" {
|
||||||
|
type = string
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "proxmox_api_token_secret" {
|
||||||
|
type = string
|
||||||
|
sensitive = true
|
||||||
|
}
|
Loading…
Reference in New Issue