aap_launch_job_template
Launch an Ansible job template by ID with optional variable, inventory, and limit overrides, returning the job ID and status for tracking.
Instructions
Launch an AAP job template and return the job ID.
Example: "Launch the Redis production workflow" or "Run the Apache installation template on web01.example.com"
Args: params (LaunchJTInput): - template_id (int): Job template ID - extra_vars (Optional[str]): Variables as JSON/YAML - inventory_id (Optional[int]): Override inventory - limit (Optional[str]): Host limit pattern - tags (Optional[str]): Ansible tags - skip_tags (Optional[str]): Tags to skip - verbosity (Optional[int]): Verbosity level - diff_mode (Optional[bool]): Show diffs
Returns: str: JSON with job id, status, url, and monitoring instructions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |