Answer the question
In order to leave comments, you need to log in
How to create a shared playbook?
There are several groups of servers, conditionally alfa, beta, gamma.
Each of them has its own playbook with separate and common tasks, such as:
alfa.yml
- hosts: alfa
- roles:
- common
- nginx
beta.yml
- hosts: beta
- roles:
- common
- database
How to create such a meta-playbook , which would run all the others? It is clear that you can make include, but then they will be executed step-by-step, and not in parallel. Or I'm wrong?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question