You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2021. It is now read-only.
Ansible Version Manager (AVM) is a tool to manage multi Ansible installation by creating a python virtual env for each version.
4
+
Ansible Version Manager (AVM) is a tool to manage multi Ansible installation by creating a python virtual environment for each version.
5
5
6
6
## Why
7
-
8
-
- If you need to install multiple version of ansible and add python packages without effecting your global python installation.
9
-
- Running multi version on CI for testing i.e. travis, concourse, jenkins, ...
10
-
- Using the development version of ansible to test and using stable version for production
7
+
* Running multiple version of Ansible on the same host.
8
+
** Using the development version of ansible for testing and using stable version for production.
9
+
** Make your CI run multiple versions for testing i.e. travis, concourse, jenkins, ...
10
+
** Create a wrapper script to manage Ansible within your teams.
11
+
* If you need add python packages to and make it accessible to Ansible without effecting your global python installation. i.e. boto, dnspython, netaddr or others
11
12
12
13
## How
13
14
@@ -130,7 +131,7 @@ if your creating an image that does not have python or gcc you can do a cleanup
130
131
Run your setup with ```SETUP_VERBOSITY="v" your_setup.sh```
131
132
This should give ou insight on all the goodies
132
133
### Level 2
133
-
extem debugging
134
+
extreme debugging
134
135
Run your setup with ```SETUP_VERBOSITY="vv" your_setup.sh```
0 commit comments