Hi All,
We are using Ansible Version: 2.4.2.0.
Power Shell remoting (WinRM trust) is not working when using Active Directory even after establishing:
Successful Kerberos Authentication:
Valid starting Expires Service principal
renew until 03/05/2018 09:23:19
[root@calam1 group_vars]#
Following are test results:
[root@calam1 group_vars]# ansible windows-jump-servers -m win_ping
"msg": "ssl: the specified credentials were rejected by the server",
Contents of file /etc/ansible/group_vars/windows-jump-servers.yml:
ansible_password: <my_password>
ansible_connection: winrm
ansible_winrm_scheme: https
ansible_winrm_server_cert_validation: ignore
It works OK with a local user on the same domain joined Windows server.
Can someone help to verify cause and advice how to resolve this?
Thank you,
Dinesh Vashisht