- Cygwin
- gcc-core
- openssh
- python
- python-setuptools
easy_install pip
pip install ansible
If you encounter ssh error, put ansible.cfg to your script root.
ansible.cfg
[defaults]
inventory = ./hosts
[ssh_connection]
ssh_args = -o ControllMaster=no
easy_install pip
pip install ansible
If you encounter ssh error, put ansible.cfg to your script root.
ansible.cfg
[defaults]
inventory = ./hosts
[ssh_connection]
ssh_args = -o ControllMaster=no
You need to install python3-devel first.
apt-cyg install python3-develTo fix this