OSX: update ansible

Welke versie van ansible draai ik

$ ansible-playbook –version
ansible-playbook 1.9.5
configured module search path = None

 

Welke versies van ansible zijn er beschikbaar

https://pypi.python.org/pypi/ansible

 

Installeer nieuwe versie van ansible :

# pip install ansible==”1.9.6″
Collecting ansible==1.9.6
Downloading ansible-1.9.6.tar.gz (941kB)
100% |################################| 942kB 966kB/s
Requirement already satisfied (use –upgrade to upgrade): paramiko in /Library/Python/2.7/site-packages (from ansible==1.9.6)
Requirement already satisfied (use –upgrade to upgrade): jinja2 in /Library/Python/2.7/site-packages (from ansible==1.9.6)
Requirement already satisfied (use –upgrade to upgrade): PyYAML in /Library/Python/2.7/site-packages (from ansible==1.9.6)
Requirement already satisfied (use –upgrade to upgrade): setuptools in /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python (from ansible==1.9.6)
Requirement already satisfied (use –upgrade to upgrade): pycrypto>=2.6 in /Library/Python/2.7/site-packages (from ansible==1.9.6)
Requirement already satisfied (use –upgrade to upgrade): ecdsa>=0.11 in /Library/Python/2.7/site-packages (from paramiko->ansible==1.9.6)
Requirement already satisfied (use –upgrade to upgrade): MarkupSafe in /Library/Python/2.7/site-packages (from jinja2->ansible==1.9.6)
Installing collected packages: ansible
Found existing installation: ansible 1.9.5
Uninstalling ansible-1.9.5:
Successfully uninstalled ansible-1.9.5
Running setup.py install for ansible … done
Successfully installed ansible-1.9.6

 

 

Leave a comment

Your email address will not be published.


*


Fix this before you comment on this post * Time limit is exhausted. Please reload the CAPTCHA.

This site uses Akismet to reduce spam. Learn how your comment data is processed.