$ sudo netstat -nlp --inet | grep 3128tcp 0 0 127.0.0.1:3128 0.0.0.0:* LISTEN 13673/cntlm
#!/bin/bash
https_proxy="http://127.0.0.1:3128"http_proxy="http://127.0.0.1:3128"
cat Ansiblefile_external_roles.yml > Ansiblefile.ymlansible-galaxy install -r Ansiblefile.yml
bash -x ansible_install_roles.sh+ https_proxy=http://127.0.0.1:3128+ http_proxy=http://127.0.0.1:3128+ cat Ansiblefile_external_roles.yml+ ansible-galaxy install -r Ansiblefile.yml --force- the API server (galaxy.ansible.com) is not responding, please try again later.
ansible-1.9.4-1.fc23.noarch
cat Ansiblefile.yml- src: jtyr.environment path: roles
I've got the same problem.