Installed ansible 2.1.0.0 on Ubuntu and I’m getting the infamous:
ssl: 500 WinRMTransport. [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)
error when trying to connect to a windows client. I followed the instructions here and the powershell script runs with no errors but to no avail.
I’m using ansible_winrm_transport: ssl
ansible_winrm_server_cert_validation: ignore
But nothing seems to work. Is there some documentation somewhere that explains how to set up a windows client and configure ansible to connect to it (besides all the bits and pieces scattered about the forums, that is)? Clearly the above referenced documentation is missing some important detail.
This is on a local network.
Thanks,
Brian