I’m using Stackstorm for Ansible playbooks executions.
I have installed st2 ansible pack
st2 pack install ansible
and using Stackstorm’s API to create executions for executing playbooks.
I have a bit specific usecase which require to download file on client-side (using http client) through rest-apis.
I can fetch files using ansible from control nodes (using ansible’s fetch module) on certain directories. but I need to download that file on client side through stackstorm rest apis…
suggest suitable solution for same…
Thanks