Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

DOS Command:

Install python
pip install ansible

...

apt-get install openssh-server  #( to enable SSH )
apt-get install openssh-client build-essential
apt-get install libffi-dev libxslt-dev libssl-dev
apt-get install git
pip install junos-eznc # ( for access to junos )
ansible-galaxy install Juniper.junos # ( for access to junos )

...

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