Standardized hardware config on templates to use better CPU and disk types; Updated Ubuntu 22, Rocky 9 and Almalinux 9 post-install stuff
This commit is contained in:
@ -18,9 +18,11 @@ source "proxmox-iso" "freebsd-14" {
|
||||
os = "other"
|
||||
cores = "2"
|
||||
sockets = "1"
|
||||
cpu_type = "host"
|
||||
memory = "2048"
|
||||
scsi_controller = "virtio-scsi-single"
|
||||
disks {
|
||||
disk_size = "10G"
|
||||
disk_size = "30G"
|
||||
storage_pool = "templates"
|
||||
type = "scsi"
|
||||
}
|
||||
|
Reference in New Issue
Block a user