Add VM Balloning support for Proxmox
This commit is contained in:
parent
95aa4d7189
commit
508997ed8d
@ -13,6 +13,7 @@
|
||||
cpu: "host"
|
||||
cores: "{{ vm_cpus }}" # Number of CPU cores
|
||||
memory: "{{ vm_memory }}" # Memory size in MB
|
||||
balloon: "{{ vm_ballo | default(omit) }}"
|
||||
numa_enabled: true
|
||||
hotplug: "network,disk"
|
||||
bios: ovmf
|
||||
|
Loading…
Reference in New Issue
Block a user