Hello All,
I’m connecting my AWX to a Windows Server (NTLM) by PSRP protocol through a Linux jumphost. https://developer.ibm.com/recipes/tutorials/multiple-jumphosts-in-ansible-tower-part-2/
I’m randomly getting error:
{
“unreachable”: true,
“msg”: “Failed to connect to the host via PSRP: SOCKSHTTPConnectionPool(host=‘10.60.226.186’, port=5985): Max retries exceeded with url: /wsman (Caused by NewConnectionError(‘<urllib3.contrib.socks.SOCKSConnection object at 0x7f023e9a8160>: Failed to establish a new connection: [Errno 99] Cannot assign requested address’,))”,
“changed”: false,
“skip_reason”: “Host ROXCAMBK1 is unreachable”
}
To fix this I need to restart AWX containers.
Regards
Jose Osorio R.