ansible / ansible-sdk

The Ansible SDK
Apache License 2.0
24 stars 14 forks source link

Dynamic Parameter calling feature Required #72

Open apoorvp2 opened 1 year ago

apoorvp2 commented 1 year ago

Hi,

Current version of ansible-sdk does not support dynamic parameters to be passed at runtime while calling out the example_subprocess.py python script. Requirement is to execute multiple threads of a single playbook simultaneously with different set of parameters.

Regards, Apoorv