[ansible-project] Windows: kerberos: the specified credentials were rejected by the server

2018-10-27 Thread Jordan Borean
Make sure the time is synced between the Ansible host, your Windows host, and finally the domain controller. Kerberos is highly dependent on all this being aligned for the authentication to succeed. Thanks Jordan -- You received this message because you are subscribed to the Google Groups "A

[ansible-project] Windows: kerberos: the specified credentials were rejected by the server

2018-10-26 Thread Subhi Andrews
I am using the following ansible settings: ansible_user: 'myuser' ansible_password: 'mypass' ansible_port: 5986 ansible_connection: winrm ansible_winrm_transport: kerberos ansible_winrm_server_cert_validation: ignore ansible_winrm_message_encryption: always ansible_winrm_kerberos_delegation: true