2022-08-06 20:17:14 +00:00
|
|
|
// Virtual Machine Settings
|
2022-08-10 14:01:24 +00: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 20:17:14 +00:00
|
|
|
|
|
|
|
// Proxmox Settings
|
|
|
|
proxmox_iso_pool = "local:iso"
|
|
|
|
proxmox_iso_file = "Rocky-9.0-x86_64-minimal.iso"
|
|
|
|
|
2022-09-09 08:29:00 +00:00
|
|
|
proxmox_template_description = "Rocky Linux 9 Template"
|
|
|
|
proxmox_template_name = "rocky-9-cloud"
|
2022-08-06 20:17:14 +00:00
|
|
|
|
|
|
|
// Communicator Settings
|
|
|
|
communicator_timeout = "30m"
|
|
|
|
|
|
|
|
// Provisioner Settings
|
2022-09-09 08:29:00 +00:00
|
|
|
build_scripts = ["scripts/rocky-9.sh"]
|