Until today, I’d hadn’t used our recently updated Ansible (19.4. → 2.0.2) against our few Windows Server 2012R2 servers but, when I did, I had failures, even when running the simplest modules (e.g. win_ping). Here’s what I get:
Loaded callback minimal of type stdout, v2.0
ESTABLISH WINRM CONNECTION FOR USER: winuser on PORT 5986 TO veeambackup11
veeambackup11 | FAILED! => {
“failed”: true,
“msg”: “ssl: 500 WinRMTransport. [Errno 110] Connection timed out”
}
I see the “Connection timed out” message, but am puzzled as to why I’m getting it with Ansible version 2.0.2 (the Ansible upgrade is the only thing that’s changed in the environment). Everything worked on both Win2K8 and Win2k12 boxes in version 1.9.4. In version 2.0.2, everything works on the Win2k8 boxes but, as I said, not on Win2k12. Has anyone experienced, and solved, this problem, or can otherwise shed some light?
As mentioned in my original post, version 1.9.4 worked with Win2k12 hosts just fine. It’s only after I upgraded to version 2.0.2 that things went bad. So, that had me looking at Ansible first.
Regarding pywinrm, I have version 0.1.1 installed and working. I believe that’s the correct version.
There have been no firewall changes. Even when I turn the firewall off, I get the same error.