Robert Kaussow
d7508a2704
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #4 Co-authored-by: Robert Kaussow <mail@thegeeklab.de> Co-committed-by: Robert Kaussow <mail@thegeeklab.de>
20 lines
515 B
HCL
20 lines
515 B
HCL
// Virtual Machine Settings
|
|
vm_id = 910
|
|
vm_guest_os_keyboard = "de(nodeadkeys)"
|
|
vm_guest_os_timezone = "Europe/Berlin"
|
|
vm_cloud_init = true
|
|
vm_qemu_agent = true
|
|
|
|
// Proxmox Settings
|
|
proxmox_iso_pool = "local:iso"
|
|
proxmox_iso_file = "Rocky-9.3-x86_64-minimal.iso"
|
|
|
|
proxmox_template_description = "Rocky Linux 9 Template"
|
|
proxmox_template_name = "rocky-9-cloud"
|
|
|
|
// Communicator Settings
|
|
communicator_timeout = "30m"
|
|
|
|
// Provisioner Settings
|
|
build_scripts = ["scripts/rocky-9.sh"]
|