Re: [ansible-project] Running role multiple times during playbook

2014-11-24 Thread Helma hepabolu
Thanks, didn't know where to look. On Friday, November 14, 2014 9:36:35 PM UTC+1, Brian Coca wrote: > > As it shows in the docs: > http://docs.ansible.com/playbooks_roles.html#role-dependencies > > you need: > allow_duplicates: yes > > -- > Brian Coca > -- You received this message because

Re: [ansible-project] Running role multiple times during playbook

2014-11-14 Thread Brian Coca
As it shows in the docs: http://docs.ansible.com/playbooks_roles.html#role-dependencies you need: allow_duplicates: yes -- Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails

[ansible-project] Running role multiple times during playbook

2014-11-14 Thread Helma hepabolu
Hi, I need to set up a general test server with multiple java applications. To avoid conflicts we decided to add a separate tomcat installation to each app and configure it separately. The final directory structure should look something like this: /develop /app1 /conf /tomcat