0

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.

1 Answers1

0

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

Tux_DEV_NULL
  • 1,093
  • 7
  • 11