diff --git a/ansible/README.md b/ansible/README.md index 577389c66..8dff4bbb3 100644 --- a/ansible/README.md +++ b/ansible/README.md @@ -45,11 +45,18 @@ sudo yum install ansible ``` Mac OSX: +If you have (Homebrew)[https://brew.sh] installed, then it's simply +``` +brew install ansible +``` + +If not, you can install it using `pip`: ``` sudo easy_install pip sudo pip install ansible ``` + To make life easier, you can start an SSH Agent and load your SSH key(s). This way ansible will have an uninterrupted way of connecting to your servers. ```