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

23 lines
612 B
HCL
Raw Normal View History

2022-08-06 22:17:14 +02:00
// Virtual Machine Settings
2022-08-10 16:01:24 +02:00
vm_id = 910
vm_guest_os_keyboard = "de(nodeadkeys)"
vm_guest_os_timezone = "Europe/Berlin"
vm_cloud_init = true
vm_cloud_init_storage_pool = "storage01"
vm_qemu_agent = true
2022-08-06 22:17:14 +02:00
// Proxmox Settings
proxmox_iso_pool = "local:iso"
proxmox_iso_file = "Rocky-9.0-x86_64-minimal.iso"
proxmox_template_description = "Rocky Linux 9.0 Template"
proxmox_template_name = "rocky-90-cloud"
2022-08-06 22:17:14 +02:00
// Communicator Settings
communicator_port = 22
communicator_timeout = "30m"
// Provisioner Settings
scripts = ["scripts/rocky-9.x.sh"]