Hi,
I’m facing an issue trying to launch a simple command “win_ping” to a windows node.
I follow the documentation from the Ansible website.
Windows machine:
- Windows Server 2012 Standard
 - PowerShell 3.0
 
The errror I got:
ansible windows -m win_ping -vvvv
 ESTABLISH WINRM CONNECTION FOR USER: devci on PORT 5986 TO fgr-wgcitmp201
 WINRM CONNECT: transport=plaintext endpoint=https://fgr-wgcitmp201:5986/wsman
 WINRM CONNECTION ERROR: 500 WinRMTransport. [Errno 8] _ssl.c:492: EOF occurred in violation of protocol
 WINRM CONNECT: transport=plaintext endpoint=http://fgr-wgcitmp201:5986/wsman
 WINRM CONNECTION ERROR: 500 WinRMTransport. Bad HTTP response returned from server. Code 503, Service Unavailable
fgr-wgcitmp201 | FAILED => 500 WinRMTransport. Bad HTTP response returned from server. Code 503, Service Unavailable
Any idea ?