[ansible-project] galaxy support for fedora 23 as a supported OS config in meta/main.yml

2016-02-01 Thread Andrew Rothstein
the galaxy doesn't seem to like declaring that my role works on Fedora 23 in meta/main.yml. It's fine with 22 and 21. Can 23 please be white listed? -Andrew -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and

Re: [ansible-project] Re: The API server (galaxy.ansible.com) is not responding,Please try again later.

2016-01-11 Thread Andrew Rothstein
t; 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 u

[ansible-project] Re: The API server (galaxy.ansible.com) is not responding,Please try again later.

2016-01-02 Thread Andrew Rothstein
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

[ansible-project] need a tip. this feels wrong

2014-11-02 Thread Andrew Rothstein
I like Ubuntu but I want to switch to Fedora. I'm trying to port my playbooks that I wrote to work on Ubuntu and port them to Fedora. Here is the most I've been able to factor my roles down to: --- - name: file system related packages (Ubuntu)... apt: name={{item}} when: ansible_distribution