Hello,

I have a Centos VM which is cut off from the internet. It does have Ansible 
installed but does not have pywinrm installed. It did not even have pip 
installed.

So I installed pip offline, basically downloaded the tar.gz and copied to 
the VM using WinSCP. After which i installed using "python setup.py 
install" command

I tried doing the same of pywinrm-0.3.0, but there are way too many 
dependencies for ntlm etc that the installation aborts, because it looks to 
go to the web and does not find.

So right now i am stuck where my small little playbook throws this error. 
Please can someone assist? Thanks in advance

ansible web -i inventory.yml -m win_ping

10.xxx.xxx.xx | FAILED! => {
    "msg": "winrm or requests is not installed: No module named winrm"
}


Thanks in advance for your assistance

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/08621152-27bd-4e7a-8d6a-7b70d24481ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to