Hi, I used the CredSSP <http://docs.ansible.com/ansible/devel/user_guide/windows_winrm.html#credssp> document for some configuration, but I don't know what to do with the value of $certificate_thumbprint.
# note the value $certificate_thumbprint will be different in each # situation, this needs to be set based on the cert that is used. $certificate_thumbprint = "7C8DCBD5427AFEE6560F4AF524E325915F51172C" As mentioned above:the value $certificate_thumbprint will be different in each. but how do I get the corresponding value? I did the other configuration in the document to connect to the normal Windows host, but the corresponding domain user was still unable to connect.hosts: [dbServer] 192.168.227.199 [adServer] xll-win dbServer.yml: ansible_user: Administrator ansible_password: "Test123" ansible_ssh_port: 5986 ansible_connection: winrm ansible_winrm_transport: credssp <https://lh3.googleusercontent.com/-ZV8MTym6z70/WrTI_J9fqiI/AAAAAAAAAD0/GJnFoKnSv2QiZqwVhuhEeKg4O4JM32-6gCLcBGAs/s1600/QQ%25E5%259B%25BE%25E7%2589%258720180323172917.png>ansible_winrm_server_cert_validation: ignore adServer.yml(Active Directory): ansible_user: xiell ansible_pass: "Test123456" ansible_port: 5986 ansible_connection: winrm ansible_winrm_transport: credssp ansible_winrm_server_cert_validation: ignore http://www.absolutejam.co.uk/blog/ansible-windows-credssp/,In this case, mentioned that CredSSP has client and server, Do I need to configure it? thanks -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/5a5627b2-bd7e-4750-adc8-cb81f662b9a8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
