Skip to content

Instantly share code, notes, and snippets.

@BigAl
Created April 8, 2014 05:00
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 BigAl/10092745 to your computer and use it in GitHub Desktop.
Save BigAl/10092745 to your computer and use it in GitHub Desktop.
Ansible Cygwin .bash_profile
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