Hi, I’m trying to install new version of St2 via Ansible and facing issues, some issues are fixed and now facing this new issue where I’m not able to get the gpgkey from packagecloud.io b’coz of firewalls. Any one have any workaround to fix this issue?
TASK [StackStorm.st2repo : Including ID variable for stable]
*******************************************************************************************************************************************************************************
task path: /data/ansible-st2/roles/StackStorm.st2repo/tasks/st2repo_apt.yml:15
ok: [localhost] => {
“ansible_facts”: {
“key_id”: “3CE01873543A4CCE”
},
“ansible_included_var_files”: [
“/data/ansible-st2/roles/StackStorm.st2repo/vars/stable.yml”
],
“changed”: false
}
TASK [StackStorm.st2repo : Add keys to keyring]
********************************************************************************************************************************************************************************************
task path: /data/ansible-st2/roles/StackStorm.st2repo/tasks/st2repo_apt.yml:19
ESTABLISH LOCAL CONNECTION FOR USER: root
EXEC /bin/sh -c ‘echo ~root && sleep 0’
EXEC /bin/sh -c ‘( umask 77 && mkdir -p “echo
/root/.ansible/tmp/ansible-tmp-1557947289.3-149048032450793
” && echo
ansible-tmp-1557947289.3-149048032450793="echo
/root/.ansible/tmp/ansible-tmp-1557947289.3-149048032450793
" ) && sleep 0’
Using module file /usr/local/lib/python2.7/dist-packages/ansible/modules/packaging/os/apt_key.py
PUT /root/.ansible/tmp/ansible-local-18958ObbJzA/tmp43h611 TO
/root/.ansible/tmp/ansible-tmp-1557947289.3-149048032450793/AnsiballZ_apt_key.py
EXEC /bin/sh -c ‘chmod u+x /root/.ansible/tmp/ansible-tmp-1557947289.3-149048032450793/
/root/.ansible/tmp/ansible-tmp-1557947289.3-149048032450793/AnsiballZ_apt_key.py && sleep 0’
EXEC /bin/sh -c ‘/usr/bin/python
/root/.ansible/tmp/ansible-tmp-1557947289.3-149048032450793/AnsiballZ_apt_key.py && sleep 0’
EXEC /bin/sh -c ‘rm -f -r /root/.ansible/tmp/ansible-tmp-1557947289.3-149048032450793/ > /dev/null 2>&1
&& sleep 0’
FAILED - RETRYING: Add keys to keyring (5 retries left).Result was: {
“attempts”: 1,
“changed”: false,
“invocation”: {
“module_args”: {
“data”: null,
“file”: null,
“id”: “3CE01873543A4CCE”,
“key”: null,
“keyring”: null,
“keyserver”: null,
“state”: “present”,
“url”: “https://packagecloud.io/StackStorm/stable/gpgkey”,
“validate_certs”: true
}
},
“msg”: “Failed to connect to packagecloud.io at port 443: [Errno 104]
Connection reset by peer”,
“retries”: 6
}