downgrading to ansible 1.9.1 "fixed" my issues. I think it has something to do with SSL related changes in ansible 1.9.2 targeting hosts with python 2.7.old interacting with an https proxy. I really feel like requiring Python 2.7.9+ is aggressive given the volume of Ubuntu.lts and RedHat/CentOS 7.stable out there. Should I use salt to upgrade their python installs presumably breaking their OS level package managers in the process? #fail
On Mon, Jan 11, 2016 at 9:07 AM, Paul Davies <[email protected]> wrote: > I'm having the same issue with Centos7 - I haven't tried any other OS > though > > On Sunday, 3 January 2016 04:41:46 UTC, Andrew Rothstein wrote: >> >> ansible-galaxy is working behind my firewall with the appropriate >> {http,https,no}_proxy environment variables set, on ubuntu trusty and >> fedora 21 but not centos 7, ubuntu vivid, or ubuntu wily. any suggestions >> how to debug? I'm running ansible-1.9.4 across the containers. python >> versions are as follows: >> >> ubuntu trusty: 2.7.6 >> fedora 21: 2.7.8 >> ubuntu wily: 2.7.10 >> ubuntu vivid: 2.7.9 >> centos 7: 2.7.5 >> >> Are there any helpful switches to throw or environment variables to set >> for ansible-galaxy to tell us why it can't speak to the galaxy API? >> >> regards, Andrew >> >> >> On Thursday, December 31, 2015 at 11:52:50 AM UTC-5, Wu Hong Guang wrote: >>> >>> It seems ansible-galaxy doesn't work in proxy, how to get it connect >>> api server via http_proxy? >>> >>> On Friday, June 12, 2015 at 2:13:55 AM UTC+8, Prasanna Siriki wrote: >>>> >>>> Hello, >>>> >>>> I am trying to install Juniper.junos >>>> >>>> #ansible-galaxy install Juniper.junos >>>> *The API server (galaxy.ansible.com <http://galaxy.ansible.com>) is >>>> not responding,Please try again later.* >>>> >>>> I am getting the above error. >>>> >>>> Regards, >>>> Prasanna >>>> >>> -- > You received this message because you are subscribed to a topic in the > Google Groups "Ansible Project" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/ansible-project/l909HDg9Oo8/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/ec440f01-49b9-4b0a-a3b7-4fbf3b44ca28%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/ec440f01-49b9-4b0a-a3b7-4fbf3b44ca28%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAMuUMYWq%2BVGJmVFewjhyoRL5qOxh0%3DAsKO1kTDk1OsEd3_dqOg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
