We have an cluster of windows machines and there are two types: web and esb
And on these machines we have multiple jboss installations (one for each
application). And we want to manipulate the jboss instances with an
ansible-playbook.
So I created an inventory but I can not get it right.
all:
children:
acceptance:
children:
win:
children:
web:
hosts:
web_host[1:2]:
children:
Web_Application1:
Web_Application 2:
esb:
children:
esb_group1:
hosts:
esb_host[1:3]:
Esb_application1:
children:
esb_group1:
Esb_application2:
children:
esb_group1:
Esb_application3:
children:
esb_group1:
esb_group2:
hosts:
esb_host[4:6]:
Esb_application4:
children:
esb_group2:
Esb_application5:
children:
esb_group2:
Esb_application6:
children:
esb_group2:
Anyone an idea how to solve this?
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/4107f5e2-9632-4e9a-b28a-982713b0b2cd%40googlegroups.com.