You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have ansibleruns with playbooks varying in complexity and inventory size from several hosts to 100 and more hosts. And currently there's a single timeout for those ansibleruns, meaning that it has to be tuned for the most complex playbook and largest inventory, and therefore will be of limited use for smaller runs. I believe I can specify ANSIBLE_TIMEOUT envvar on per-providerconfig basis, though it's still not ideal.
How could Crossplane help solve your problem?
Having a timeout field on the ansiblerun CR would be nice.
The text was updated successfully, but these errors were encountered:
What problem are you facing?
I have ansibleruns with playbooks varying in complexity and inventory size from several hosts to 100 and more hosts. And currently there's a single timeout for those ansibleruns, meaning that it has to be tuned for the most complex playbook and largest inventory, and therefore will be of limited use for smaller runs. I believe I can specify
ANSIBLE_TIMEOUT
envvar on per-providerconfig basis, though it's still not ideal.How could Crossplane help solve your problem?
Having a timeout field on the ansiblerun CR would be nice.
The text was updated successfully, but these errors were encountered: