OS: centos
We have ansible script
---
- name: Check connectivity to AO
uri:
url: "{{pao_url}}"
validate_certs: false
pao_url = https://10.184.97.51:31273
This url is accesible from the macine same doesnot work from ansible
script...
"msg": "Status code was -1 and not [200]: Request failed: <urlopen error
('_ssl.c:602: The handshake operation timed out',)>", "redirected": false,
"status": -1, "url": "https://10.184.97.51:31273"
Any pointer would help me on this...
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/3a8de9e8-4b74-443e-9e3b-7e7525a1f59fn%40googlegroups.com.