I'm getting the following error when trying to ping or run any ad-hoc commands or Ansible playbook to the HPUX server from the AWX Ansible machine.
x.x.x.x | FAILED! => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python2.7" }, "changed": false, "module_stderr": "Shared connection to x.x.x.x closed.\r\n", "module_stdout": "", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 0
Note: The stdout/stderr doesn't contain any error message. It's empty.
HPUX Target server have these specifications:
OpenSSH 8.1 Python 2.7 SoftLink created in /usr/bin location. Port is enabled between Ansible Linux Server to HPUX Server. I'm able to ping the HPUX server from Ansible CLI. Openssl version is OpenSSL 1.0.2r 26 Feb 2019.