Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

So weWe're using Ansible for a lot of our deployments. This agent-less tool requires almost no overhead, and this low barrier of entrance enables people from our community to contribute deployment code.

...

It is impractical to refactor large projects, so there sometimes there is a need to able use to use different specific Ansible versions for a deployment.

On my MacOS computer I usually use the HomeBrew package manager, which works OK for Ansible. Switching between different Ansible versions is possible, but in practise this is only possible if you have cached the old version, i.e. you have been installing and updating versions continuously. Picking a random older version is very tedious at best.

...