Looking for a way to get Proxmox VM configuration in ansible? The community.general.proxmox_kvm module doesn’t have a qm config output, but you can use the Rest API to find out all current configuration.
Filtering and inspecting is now done via the returned json response in the register variable.