Documentation
Basic Linux server hardening (Packer Templates)
# Ubuntu Server Noble (24.04.x)
# ---
# Packer Template to create an Ubuntu Server (Noble 24.04.x) 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
} variable “vm_id” { type = number
} variable