[ansible-project] Error while trying to ping a WIN 2016

2018-04-22 Thread Selva Kumar
Hi Team, I'm running Ansible 2.4.3.0 on a Ubuntu server. While trying to access a Windows 2016 server, getting below error. The DNS is working fine. Can someone help me in fixing this? ansible_host=XXX.XXX.XX | UNREACHABLE! => { "changed": false, "msg": "ssl: HTTPSConnectionPool(host='ans

[ansible-project] Re: Wont be able to ping Windows Machines Via Linux Ansible Server

2017-12-04 Thread Selva Kumar
I also hitting same issue. My /etc/ansible/hosts entry: [windows] 10.x.x.33 cat /etc/ansible/groups_vars/windows.yml ansible_user: Administrator ansible_password: ansible_port: 5986 ansible_connection: winrm # The following is necessary for Python 2.7.9+ when using default WinRM self-signed ce

[ansible-project] Re: unable to install pywinrm on Centos 6.5

2017-12-03 Thread Selva Kumar
I had the same issue with my RHEL6.4. The woraround I followed was to upgrade python on my system to 3.6. THen the installation of pywinrm went fine. On Friday, December 1, 2017 at 3:44:07 PM UTC+5:30, Afroz Hussain wrote: > > Hello everyone, > > I am facing an issue while installing "pywinrm" f