Created
May 27, 2017 20:48
-
-
Save Hendrik44/7b384245ac4dc34d74f9452d1d578d4b to your computer and use it in GitHub Desktop.
This file contains 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
#!/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