packer-proxmox/rocky-9.0/server.auto.pkrvars.hcl

20 lines
467 B
HCL

// Virtual Machine Settings
vm_id = 910
vm_guest_os_keyboard = de(nodeadkeys)
vm_guest_os_timezone = "Europe/Berlin"
// Proxmox Settings
proxmox_iso_pool = "local:iso"
proxmox_iso_file = "Rocky-9.0-x86_64-minimal.iso"
template_description = "Rocky Linux 9.0 Template"
template_name = "rocky-90-cloud"
// Communicator Settings
communicator_port = 22
communicator_timeout = "30m"
// Provisioner Settings
scripts = ["scripts/rocky-9.x.sh"]