'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

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