Created
April 8, 2014 05:00
-
-
Save BigAl/10092745 to your computer and use it in GitHub Desktop.
Ansible Cygwin .bash_profile
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
ANSIBLE=/opt/ansible | |
export PATH=$PATH:$ANSIBLE/bin | |
export PYTHONPATH=$ANSIBLE/lib | |
export ANSIBLE_LIBRARY=$ANSIBLE/library | |
export ANSIBLE_SSH_ARGS="-o ControlMaster=no" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment