Documentation

11. Create a new Job TemplateΒΆ

A job template combines an Ansible playbook from a project and the settings required to launch it. Create a new job template by browsing to Job Templates.

Job templates - home

Click the plus button.

Job templates - form

Enter values for the Name and Description. Jobs can be of type Run, Check, or Scan. Select Run for this Quick Start.

Choose the Inventory, Project, and Credential from those you created earlier. The playbook drop-down menu automatically populates from the project path and playbook we created earlier. Choose the “helloworld” playbook.

You can leave the other values, such as Cloud Credential, Forks, Limit, and Job Tags set to their default values or blank. Select the Verbosity level to control the output ansible produces as the playbook executes. Refer to Job Templates for more information.

Click Save and the new project displays.

Job templates - index showing newly created job template