Hi,
currently we're trying to create template based clones using Ansible's community.general.proxmox_kvm. To make the clones configurable we stick with cloud-init. We are building the template using a hand rolled Packer configuration which deploys fine (locally as well as in our production cluster).
If we manually create clones (either locally or in the cluster) we are able to provide cloud-init parameters as expected, the new machine boots and everything is set up.
Now if we use the ansible task to set the VMs up, they're getting cloned as expected but no cloud-init parameters except from the hostname are applied. The corresponding "cloud-init analyze show" command shows the cloud-init command runs through without issue.
The cloud-init tab in the Proxmox UI shows no cloud-init settings though - so i somehow guess the cloud-init parameters aren't passed the right way.
Is there any log i'm able to consult to check what request is being issued? I'd appreciate any hint where to look at!
Thank you very much in advance - Florian
currently we're trying to create template based clones using Ansible's community.general.proxmox_kvm. To make the clones configurable we stick with cloud-init. We are building the template using a hand rolled Packer configuration which deploys fine (locally as well as in our production cluster).
If we manually create clones (either locally or in the cluster) we are able to provide cloud-init parameters as expected, the new machine boots and everything is set up.
Now if we use the ansible task to set the VMs up, they're getting cloned as expected but no cloud-init parameters except from the hostname are applied. The corresponding "cloud-init analyze show" command shows the cloud-init command runs through without issue.
The cloud-init tab in the Proxmox UI shows no cloud-init settings though - so i somehow guess the cloud-init parameters aren't passed the right way.
Is there any log i'm able to consult to check what request is being issued? I'd appreciate any hint where to look at!
Thank you very much in advance - Florian