Hello all,
Is there a way to integrate Ansible with UIPath? How can I get UIPath to give instructions to Ansible ,for example , to install a particular software.
regards,
Amitha
Hello all,
Is there a way to integrate Ansible with UIPath? How can I get UIPath to give instructions to Ansible ,for example , to install a particular software.
regards,
Amitha
Iām by no means an expert here but it looks like Ansible has exposed APIs which you could work with. You can then create a wrapper script in C# , deploy it as a nuget package and reference it from within UiPath using the Invoke Method activity which can call custom activities.
https://docs.ansible.com/ansible-tower/latest/html/towerapi/
If you search the forum you may find more information on working with custom APIs.
Thank you Richard!