Trying to pull down Ansible Galaxy roles. Getting errors. Is there a CIDR block to whitelist for Ansible Galaxy? I couldnt find any IPs to whitelist. Had my FW team whitelist galaxy.ansible.com and still failing. Tried wget as well and couldnt download the .tar. Any help is appreciated.
Using ansible-galaxy
ERROR! Failed to download collection tar from ‘default’ due to the following unforeseen error: <urlopen error [Errno 104] Connection reset by peer>. <urlopen error [Errno 104] Connection reset by peer>
Using wget
GnuTLS: Error in the pull function.
Unable to establish SSL connection.
ERROR! Failed to download collection tar from ‘default’ due to the following unforeseen error: <urlopen error [Errno 104] Connection reset by peer>. <urlopen error [Errno 104] Connection reset by peer>
Downloads are served through aws s3, from ansible-galaxy.s3.amazonaws.com. The documentation we have indicates to not restrict based on IP, but based on hostnames, unless you have something that will continuously update rules based on the current resolution instead.