Add VM Balloning support for Proxmox

This commit is contained in:
Sandwich 2024-03-22 04:57:09 +01:00
parent 95aa4d7189
commit 508997ed8d

View File

@ -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