Hey everyone!
I have a playbook that successfully provisions a number of LXC in my Proxmox cluster using community.general.proxmox. I have been using either the timeout: 30 option from the module or the combination of async: 30 and poll: 5 and both have rendered good results.
The example usage of the timeout option in the documentation of the proxmox module only covers starting the container. By reading the Asynchronous actions and polling docs I realise they are not exactly the same and could even produce undesired results, which leads me to believe that I should actually be using the timeout option.
So I would like to know which one do you guys use and why.
Thanks in advance.