Ansible Tower: How to launch multiple jobs from same template parallel

ansibleansible-tower

I have a project in Ansible Tower, and a template derived from the project. I am running a job with this template against a host (Say a.example.com) . Now I want to run a job with this template at the same time against another (Say b.example.com).

How do I achieve this? Currently the second job waits for the first job to complete.

Best Answer

Look at "Job Concurrency" in the Ansible tower documentation. The number of concurrent jobs depend on your servers capacity. http://docs.ansible.com/ansible-tower/latest/html/userguide/jobs.html