Hello,
I'm getting the following error when trying to win_ping my windows host:
Command:
ansible VMs -m win_ping
Response:
xx.xx.xx.xxx | UNREACHABLE! => {
"changed": false,
"msg": "basic: HTTPSConnectionPool(host='xx.xx.xx.xxx', port=5986): Max retries exceeded with url: /wsman (Caused by ProxyError('Cannot connect to proxy.', error('Tunnel connection failed: 403 Forbidden',)))",
"unreachable": true
}
Can please someone help me understand where might the problem be?
Followed all steps for both Control node (Redhat server 7) and Windows 7 controlled node.
You help would be deeply appreciated.