Can somebody help me?

Op dinsdag 24 december 2019 12:21:48 UTC+1 schreef Arjan Goos:
>
> 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/ac956007-e901-4000-99cb-34b8fab05001%40googlegroups.com.

Reply via email to