I have about 90 windows VMs that I use ansible on to configure and pull windows updates.
I upgraded from ansible 2.7 to 2.8.1 - I think thats when this started.
The windows server are all 2008 R2.
Today when I try to run a playbook against them that does a simple win_regmerge, it get thru 3 of the windows servers and then just hangs.
Running with -vvvv shows me which vm it hangs on
`
Using module file /usr/lib/python2.7/site-packages/ansible/modules/windows/win_regmerge.ps1
Pipelining is enabled.
ESTABLISH WINRM CONNECTION FOR USER: user@my.domain on PORT 5986 TO covmgrid18
calling kinit with subprocess for principal user@my.domain
EXEC (via pipeline wrapper)
`
running test-wsman against the VM is successful. Checked firewall is not enabled. I have let it sit for over 30 minutes and nothing happens. I rebooted the VM no difference… when I rebooted, it then said unreachable and went to the next VM where it hangs again. I can’t see any difference between the ones that work and the ones that do not and the all used to work with 2.7.
I’ve been stuck on this all afternoon and am out of ideas other than to regress to 2.7 - but just wondered if anyone else had seen anything similar.
Regards
Bill