Hi

We are mostly using ansible for creating/managing our TEST environments.
One environment can contain the different types of services/nodes like:
- web/application server(s)
- windows services
- DBs
- JMS queues
- etc

The environment layout (the combination of the above types) can differ per 
project and per environment.
I would need to orchestrate the creation of an environment. 
For docker there is Docker compose which describes the layout of an 
environment, and in Kubernetes Pod templates they also have some kind of 
descriptors for this.
But I use good old VMs without containers.

Is there a solution for that using Ansible?
Roles are not for that, neither inventory (with hosts/groups).

Any idea, how should I organize my scripts to achieve that goal? 
Or a tool to do that?

Regards:
    Bence
 

-- 
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 post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/c78ce8a9-ac33-4665-87b5-197afcd81c38%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to