Auth has been changed from basics to kerberos and config changes has been made but in the controller. But while executing ping module the command is failing with below error.
Made necessary changes in /etc/krb5.conf controller machine. kinit works with user name
testwinim.NORTHERNGATES.INTERNAL | UNREACHABLE! => {
"changed": false,
"msg": "kerberos: authGSSClientStep() failed: (('Unspecified GSS failure. Minor code may provide more information', 851968), ('Server not found in Kerberos database', -1765328377))",
"unreachable": true
}
ansible -i /home/ansible/hosts win -m win_ping -e="ansible_ssh_port=5986, ansible_connection=winrm" command should give pass response rather getting failed