Browse Source

Added brew install description to ansible readme

pull/1943/head
Greg Szabo 7 years ago
parent
commit
f0c733ccbd
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      ansible/README.md

+ 7
- 0
ansible/README.md View File

@ -45,11 +45,18 @@ sudo yum install ansible
``` ```
Mac OSX: 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 easy_install pip
sudo pip install ansible 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. 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.
``` ```


Loading…
Cancel
Save