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