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
Latest posts by Rajesh Kumar (see all)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024