Robert Kaussow
2fed1bb8c6
All checks were successful
continuous-integration/drone/push Build is passing
23 lines
596 B
HCL
23 lines
596 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_cloud_init_storage_pool = "storage01"
|
|
vm_qemu_agent = true
|
|
|
|
// 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"]
|