Install PIP 2.7 for python and Ansible


  335  sudo yum remove python-pip
  336  curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py
  337  ls
  338  python get-pip.py
  339  pip
  340  ansible windows -i inventory -m win_ping
  341  pip install pywinrm
  342  sudo pip install xmltodict
  343  pip install pywinrm --ignore-installed
  344  ansible windows -i inventory -m win_ping
  345  ping 3.110.90.226
  346  ansible windows -i inventory -m win_ping

Rajesh Kumar
Follow me
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x