Skip to content

Instantly share code, notes, and snippets.

@Hendrik44
Created May 27, 2017 20:48
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 Hendrik44/7b384245ac4dc34d74f9452d1d578d4b to your computer and use it in GitHub Desktop.
Save Hendrik44/7b384245ac4dc34d74f9452d1d578d4b to your computer and use it in GitHub Desktop.
#!/bin/sh
# Installing ansible via homebrew on osx
brew install ansible
mkdir ~/ansible
touch ~/ansible/hosts
ln -s ~/ansible/hosts hosts
echo "export ANSIBLE_HOSTS=~/ansible/hosts" >> ~/.bash_profile
echo "Edit Ansiblehost-File in Homedirectory /ansible/hosts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment