'Ansible tower - Run multiple playbooks at once
I want to run multiple playbooks at once on ansible tower, How do I create job template for this? Job template is allowing me to select only one playbook at a time.
Solution 1:[1]
You would need to
- either create a separate playbook with a a list of playbooks imported by using
import_playbookto Import a playbook - or use Workflow Job Templates which "... links together a sequence of disparate resources ..." like Job Templates
Solution 2:[2]
Job template does not allow you to select multiple playbooks at a time.
You can try workflow template by creating multiple Job Templates each pointing to different playbooks and call them from a workflow template.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | U880D |
| Solution 2 | KrishnaR |
