openapi-apps icon indicating copy to clipboard operation
openapi-apps copied to clipboard

Ansible

Open DavidtheGoliath opened this issue 2 years ago • 2 comments

DavidtheGoliath avatar Nov 29 '23 11:11 DavidtheGoliath

Useful api Link for auth: https://docs.ansible.com/automation-controller/latest/html/controllerapi/authentication.html#session-authentication

ayush0033 avatar Oct 08 '24 17:10 ayush0033

Useful api Link for auth: https://docs.ansible.com/automation-controller/latest/html/controllerapi/authentication.html#session-authentication

I think an interesting part with Ansible is that we don't really need a 3rd party solution, but insteaad a Python interpreter for it. Extending this app should be enough, where we:

use ansible.runner -> load Ansible playbook from Shuffle -> Run the playbook

This should work, as it's essentially just SSH/remoting before running a command.

frikky avatar Oct 10 '24 13:10 frikky