Home / Ansible

Category: Ansible

Why Ansible Engine / Tower job fail with ‘Server not found in Kerberos database’ Error ?

My playbook job fails with the error “Server not found in Kerberos database” when executed against a Windows server with Kerberos authentication. TASK [Ping host] ****************************************************************************************************************************************************************************************** fatal: [host01.mydomain.com]: 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} …

Read more