ok I got kerberos working now. but only via port 5986
why is that?
On Friday, May 15, 2020 at 12:58:37 PM UTC-7, Tony Wong wrote:
>
> 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/256a1cfc-efc4-4d58-b55c-26314ab286ec%40googlegroups.com.