Created
August 28, 2017 19:55
-
-
Save whyvez/0f04bf5981edd850cdc9e0fc2840d208 to your computer and use it in GitHub Desktop.
Install Ansible via Homebrew
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install ansible | |
echo "127.0.0.1" > ~/.ansible/hosts | |
echo "ANSIBLE_INVENTORY=~/.ansible/hosts" >> ~/.bash_profile | |
source ~/.bash_profile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment