[root@hackerdev ansible]# ansible -vvv windows -m win_ping
Using /etc/ansible/ansible.cfg as config file
META: ran handlers
Using module file /usr/lib/python2.7/site-packages/ansible/modules/windows/win_ping.ps1
<192.168.1.102> ESTABLISH WINRM CONNECTION FOR USER: smodak on PORT 5986 TO 192.168.1.102
192.168.1.102 | UNREACHABLE! => {
"changed": false,
"msg": "ssl: HTTPSConnectionPool(host='192.168.1.102', port=5986): Max retries exceeded with url: /wsman (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x3623650>: Failed to establish a new connection: [Errno 111] Connection refused',))",
"unreachable": true
}