Looking at Galaxy some more, it requires to have 1 repo per role...
So it would make more sense to do something like we did for docker:
https://github.com/jboss-dockerfiles so I created:
https://github.com/jboss-ansible
On Thu, May 26, 2016 at 9:31 AM, Thomas Heute <theute(a)redhat.com> wrote:
I was working on Ansible playbooks (mostly to do a demo, but the
work
extended to actually build the demo...)
I started with:
https://github.com/hawkular/hawkular-agent/tree/mazz/ansible/hawkular-wil...
and then I found:
https://github.com/pilhuhn/hawkular-agent-ansible
And I wanted to create a playbook to install Hawkular Server as well.
I am not very familiar with Ansible (Tower) but it looks like we should
have a top level repo with all our playbooks, we could also upload to
Ansible Galaxy when we are comfortable about maintaining those.
Any comment ?
Thomas