rundeck-plugins / ansible-plugin

Ansible Integration for Rundeck
MIT License
331 stars 100 forks source link

Feature Request: run ansible on different host or allow selecting a different path for ansible/ansible-playbook #327

Open msperl opened 2 years ago

msperl commented 2 years ago

to support multiple ansible versions (and python) it would be nice if:

This would help migrating to newer versions of ansible/python and allow for delegations to dedicated nodes...

I understand that especially the first variant will be complicated from the perspective of gathering of node infos (because we would need to copy the ansible script to the new host and copy the results back to the host that runs rundeck).

Only workaround right now is to use the shell executor, but then we loose the means to select nodes in rundeck and run those nodes in parallel or handle errors on a per host basis...

jasenj1 commented 10 months ago

See #283