It is working when I kept port: 5985 On Thursday, 31 August 2017 02:14:48 UTC+5:30, Jordan Borean wrote: > > If you have configured WinRM using the ConfigureRemotingForAnsible.ps1 > script I would highly advise you to use HTTPS over port 5986 instead of > HTTP. For one HTTP is sent over in cleartext and your credentials can be > seen by anyone listening in. The other warning you are getting is because > the cert validation variable is not correct, it should be > ansible_winrm_server_cert_validation. > > Change your inventory to be > > ansible_user: ansibleadmin >> ansible_password: Passw0rd >> ansible_port: 5986 >> ansible_connection: winrm >> ansible_winrm_transport: ntlm >> ansible_winrm_server_cert_validation: ignore > > > Thanks > > Jordan >
-- 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/667eb1bc-80ab-44f8-b39e-cc5ffd51cfac%40googlegroups.com.
