mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-30 19:51:58 +00:00
Added brew install description to ansible readme
This commit is contained in:
@@ -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.
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user