Requirements
- Cygwin
- gcc-core
- openssh
- python
- python-setuptools
Install pip and Ansible
easy_install pip
pip install ansible
Troubleshooting
ssh error
If you encounter ssh error, put ansible.cfg to your script root.
ansible.cfg
[defaults]
inventory = ./hosts
[ssh_connection]
ssh_args = -o ControllMaster=no
This comment has been minimized.
No
python
in cgywin. I'm going to assumepython2
orpython3