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 <https://docs.ansible.com/ansible/latest/collections/community/general/proxmox_module.html#parameter-timeout> 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 <https://docs.ansible.com/ansible/latest/collections/community/general/proxmox_module.html#examples> only covers starting the container. By reading the Asynchronous actions and polling docs <https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_async.html> 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. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/afa2ab1f-c50e-4b1d-8b70-86dd4ae376b8n%40googlegroups.com.
