how to configure several ansible+mitogen envrionments on one linux ? #1076
Labels
affects-0.3
Issues related to 0.3.X Mitogen releases
bug
Code feature that hinders desired execution outcome
Hello,
We still have some old big projects in ansible2.6 + mitogen 0.2.10, and newer ones (or in migration) to ansible 6 + mitogen 0.3.
Then i need to switch ansible-playbook commands from one env to the other.
My current solution is not perfect :
I would pipenv install mitogen=0.x.x in my pipenv, but it doesn't provide the binary that match ansible.cfg config :
Here is the Pipfile for 6.7 :
and for 2.9 :
Note : i'm thinking on another solution too :
generate custom docker images including python + ansible + mitogen, and map volumes to known path corresponding to system binary + ansible.cfg configured paths...
thx for your feedbacks.
The text was updated successfully, but these errors were encountered: