provider-ansible
provider-ansible copied to clipboard
Per-ansiblerun timeout
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.