This file is retained in ~/.ansible/tmp/ansible-tmp-########.##-########/AnsiballZ_proxmox_kvm.py
Using it from an Ansible playbook from the module
ansible.modules.proxmox_kvm
producing the error ending the run without a VM create...
creation of qemu VM centos-static with vmid 137 failed with exception=500 Internal Server Error: {\"data\": null"}
So the obvious question is how to debug the API to see exactly why the Internal server error is happening given that all the necessary services are up on the proxmox server.
If my assumptions above are wrong or you have seen this rabbithole before, let me know.
Using it from an Ansible playbook from the module
ansible.modules.proxmox_kvm
producing the error ending the run without a VM create...
creation of qemu VM centos-static with vmid 137 failed with exception=500 Internal Server Error: {\"data\": null"}
So the obvious question is how to debug the API to see exactly why the Internal server error is happening given that all the necessary services are up on the proxmox server.
If my assumptions above are wrong or you have seen this rabbithole before, let me know.