trying to get kerberos to work . I got all the libraries and krb5.conf file 
setup. I got a ticket from klist but when i do win_ping

I get errors


ansible windows -i hosts -m win_ping
10.50.1.231 | 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
}
10.200.1.31 | 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
}







my group_vars file



ansible_user: '[email protected]'
ansible_port: 5985
ansible_connection: 'winrm'
ansible_winrm_server_cert_validation: 'ignore'
ansible_winrm_transport: 'kerberos'
ansible_become: false



any idea

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/d23e8a31-b075-4687-9fdb-45c21cf2c73f%40googlegroups.com.

Reply via email to