hi,
apparently, we need to use python 2.7.6 (the newest) for kerberos to work, otherwise ansible doesn’t try kerberos properly (you should have transport=kerberos in the verbose).
my problem is the following:
i try to ping my windows server but i have this message:
GSSError: (('Unspecified GSS failure. Minor code may provide more information', 851968), ('Unknown credential cache type', -1765328244))\n’, ‘stdout’: ‘’}
i have:
windows server 2008 R2 with powershell 4
ansible 2.0.0 or ansible stable 1.9 (same message on both verisons)
a valide ticket for the domain user
thank you for your help!