ansible-plugin
ansible-plugin copied to clipboard
Ansible + virtualenv
Hi, let us suppose that there are two groups: first one needs Ansible 2.9.6 and the other needs the latest version.
How can handle this requirement in the Ansible Plugin? In a pure unix world, I would have created two virtualenv and using "pip install", I would have installed the two different Ansible versions and the users would use their own virtualenv.
Is it possible in Rundeck to setup it in this way? Thanks, Riccardo