Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 582 Bytes

install.md

File metadata and controls

20 lines (12 loc) · 582 Bytes

OSX

Install Ansible

You need Ansible version > 2.2

To install Ansible system wide:

  1. Install Xcode

  2. sudo easy_install pip

  3. sudo pip install ansible

    To install a specific version (2.2.0.0) of Ansible: sudo pip install ansible==2.2.0.0
    To upgrade to the latest version: sudo pip install ansible --upgrade --ignore-installed The "--ignore-installed" prevents pip from trying to uninstall packages that are part of OSX and that were not installed by pip.

  4. sudo pip install python-keyczar