Hi, I encounter some issue when I tried to find a way, to pass cloud-init to machine with ansible and connect to API.
Actually I using this ansible module:
https://docs.ansible.com/ansible/2.3/proxmox_kvm_module.html
There are my tasks:
---
- name: "Clone CentOS"
proxmox_kvm...