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 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/d52bcd43-5e14-4204-ae01-b6015cedd7ec%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
