Hello,
There seems to be an issue with both of the Ansible courses on Devnet. When you install Ansible on MacOS there seems to be an issue with running the Ansible client. These courses are about Cisco ACI with Ansible.
PLAY [USE ACI REST MODULE] **************************************************************************************************************************************************************************************************************************************************************************************************************************************
TASK [ENSURE LAB WORK IS CLEANED UP] ****************************************************************************************************************************************************************************************************************************************************************************************************************************
fatal: [sandboxapicdc.cisco.com]: FAILED! => {"changed": false, "msg": "Connection failed for https://sandboxapicdc.cisco.com/api/aaaLogin.json. Request failed: <urlopen error [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:661)>"}
to retry, use: --limit @/Users/yvranckx/Documents/CiscoDevnet/aci_ansible_learning_labs_code_samples/intro_module/07_lab_cleanup.retry
PLAY RECAP ******************************************************************************************************************************************************************************************************************************************************************************************************************************************************
sandboxapicdc.cisco.com : ok=0 changed=0 unreachable=0 failed=1
So this happens every time now when I try to run the playbook on MacOS, I don't think it's a Cisco issue. But has anyone run into this? How did you fix it?
I tried installing OpenSSL via Brew in MacOS, this didn't fix the issue. I have no idea where to start looking, most articles I find are about Linux and none of the fixes apply.