Adding rocky linux 9
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user