Skip to content

Instantly share code, notes, and snippets.

@electric380v
Created July 4, 2018 21:21
Show Gist options
  • Save electric380v/ff4ce78bbe5729c21e8eb6d8d30a748f to your computer and use it in GitHub Desktop.
Save electric380v/ff4ce78bbe5729c21e8eb6d8d30a748f to your computer and use it in GitHub Desktop.
Install Ansible in cygwin windows
#!/bin/sh
type apt-cyg || exit
apt-cyg install git python-{jinja2,six,yaml}
git clone --depth 1 git://github.com/ansible/ansible
cd ansible
PATH+=:~+/bin
export PYTHONPATH=~+/lib
sleep 5
ansible --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment