aap_create_job_template
Create a new AAP job template by specifying project, playbook, and optional settings like inventory, credentials, become, and extra vars. Returns the template ID and launch URL.
Instructions
Create a new AAP job template.
Example: Create a job template for Apache installation using a project and inventory, with become enabled and check mode disabled.
Args: params (CreateJTInput): Template configuration. See field descriptions.
Returns: str: JSON with created template id, name, and launch URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |