[ansible-project] Ansible Tower 3.1.1 fails to pull down roles using galaxy on project updates

2017-03-11 Thread Jonathan Sabo
Hello, In Ansible Tower 3.1.1 assuming you have a project_dir/roles/requirements.yml Tower is supposed to use Galaxy to download the roles for you. The playbook installed by Tower 3.1.1 has the following task: - name: fetch galaxy roles from requirements.yml command: ansible-galaxy

Re: [ansible-project] No Kerberos credentials available'

2015-04-23 Thread Jonathan Sabo
It's fixed in devel. https://github.com/ansible/ansible/pull/10664 On Thu, Apr 23, 2015 at 1:32 PM, ken.kro...@gmail.com wrote: I'm running ansible against a windows host for testing purposes. I can get pywinrm working against the host but when I attempt using either a domain account or an

[ansible-project] recommended strategy for assembling roles dir from shared roles

2014-03-10 Thread Jonathan Sabo
What are some good ways to automate pulling down shared roles from Galaxy or shared github repos? How are people doing that today? Are you scripting ansible-galaxy or do tools like librarian-whatever exist? What's the best way to go about this? Thanks, Jonathan -- You received this