DOS Command:
Install python
pip install ansible
Ubuntu Desktop 17.1:
apt-get install ansible
apt-get install python-pip
ansible --version
#pip install ansible --upgrade
apt-get install openssh-server #( to enable SSH )
pip install junos-eznc # ( for access to junos )
MobaXterm 9.4
PATH=/drives/c/cygwin64/bin/:$PATH
replace alias: alias python='ToolNotIncluded python' >>> alias python='/drives/c/cygwin64/bin/python2.7.exe'
apt-get install python-paramiko gcc-g++ wget openssh curl python python-devel python-setuptools python-crypto openssl openssl-devel libffi-devel gcc-g++ python2-openssl gcc-core make
apt-get install python #will be 2.7
Cygwin: https://pip.pypa.io/en/stable/installing/
culr -O https://bootstrap.pypa.io/get-pip.py
python get-pip.py
pip install ansible
Windows 10 bash ( ubuntu)
1- run bash as root ( in a normal cmd.exe type "lxrun /setdefaultuser root /y") original user was: onmylaptop
2-
3- pip install ansible --upgrade
Usage
ansible windows -m win_ping