I did correct the krb5.conf file, I did install the requests.kerberos package and rerun the kinit command.
ansible windows -i ./win.ini -m win_ping -vvvvvv
Using /etc/ansible/ansible.cfg as config file
Loaded callback minimal of type stdout, v2.0
<172.17.56.66> ESTABLISH WINRM CONNECTION FOR USER:
fva...@EMEAD.COM on PORT 5986 TO 172.17.56.66
<172.17.56.66> WINRM CONNECTION ERROR: authGSSClientStep() failed: (('Unspecified GSS failure. Minor code may provide more information', 851968), ('Server not found in Kerberos database', -1765328377))
I guess because the server is not on the
EMEAD.COM domain, there is an issue ? I don't understand how all this works
Regards