Hello guys, I started my project thesis and I wanted to work with Proxmox. I'm using a cluster with three nodes and I've created a VM which uses Ansible in order to create VMs in any node, the playbook is working fine and I'm about to do a web app with a form which would call the ansible playbook to create the machines. What I want to do is adding to the WebUI a tab or an iframe where this web is shown so the users can create the VMs just by clicking on that tab inside the WebUI. I don't want the user to use the VM with ansible itself but the form inside the WebUI. I hope you can help me!