WINRM issue when tried to call connect window box

Hi Team,

I am getting the below error when using the Ansible server to connect window node.

“kerberos: authGSSClientStep() failed: ((‘Unspecified GSS failure. Minor code may provide more information’, 851968), (‘Server not found in Kerberos database’, -1765328377))”

Please help to resolve this issue.

Regards
Shtrudhan Kumar

Hi Shtrudhan Kumar

Did you configure an /etc/krb5.conf on your awx node:

You need to configure this file so that the kerberos libraries can connect to your domain controllers:

http://docs.ansible.com/ansible/latest/intro_windows.html#configuring-kerberos

Hope this helps,

Jon

Thank you jon, Now i am using the NTLM to connect. Its working now.

Regards
Shtrudhan Kumar