Skip to content

Instantly share code, notes, and snippets.

@whyvez
Created August 28, 2017 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whyvez/0f04bf5981edd850cdc9e0fc2840d208 to your computer and use it in GitHub Desktop.
Save whyvez/0f04bf5981edd850cdc9e0fc2840d208 to your computer and use it in GitHub Desktop.
Install Ansible via Homebrew
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