Install Ansible on OSX El Capitan

Przemyslaw Ozgo
1 min readMar 20, 2016

--

For all of those who like to have things in one place for easy installation of latest Ansible on OSX.

sudo easy_install pip

or

brew install pip

Install latest Ansible

sudo pip install --upgrade ansible

That's it. :)

--

--

Przemyslaw Ozgo
Przemyslaw Ozgo

Written by Przemyslaw Ozgo

I eat Docker for breakfast, Ansible for lunch and for dinner I usually have Jenkins, and I like to spice it up with Go and Bash.

No responses yet