Added brew install description to ansible readme

This commit is contained in:
Greg Szabo
2017-07-04 20:53:50 +00:00
parent be8b7124aa
commit f0c733ccbd

View File

@@ -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.
```