job-template-creator

Automate Ansible Automation Platform job template creation for playbook execution.

48|31|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/RHEcosystemAppEng/agentic-plugins --skill job-template-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: job-template-creator
Source: https://github.com/RHEcosystemAppEng/agentic-plugins/tree/main/rh-sre/skills/job-template-creator
Command: npx skills add https://github.com/RHEcosystemAppEng/agentic-plugins --skill job-template-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires aap-mcp-job-management, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of manually creating Ansible Automation Platform (AAP) job templates, allowing users to quickly set up job templates for executing playbooks without the need for manual AAP Web UI interaction.

Core Features & Use Cases

  • Job Template Creation Automation: Automates the process of creating job templates in AAP for executing playbooks.
  • Playbook Management: Adds playbooks to Git repositories and creates job templates via AAP Web UI.
  • Use Case: An SRE needing to set up a new job template for a CVE remediation playbook can use this skill to automate the process.

Quick Start

Use the 'job-template-creator' skill to create a job template for the remediation playbook located at 'path/to/your/playbook.yml'.

Frequently Asked Questions about job-template-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an Ansible Automation Platform job template for a playbook?

To create an Ansible Automation Platform job template, you can automate the process by providing a playbook path. This handles Git integration and AAP Web UI guidance to set up the template for execution without manual interaction.

What is the best way to automate job template creation in AAP?

Automating job template creation in AAP is best handled by a dedicated skill that manages playbook Git integration and validates AAP MCP server prerequisites. This removes the need to manually navigate the AAP Web UI for setup.

Do I need an AAP MCP server to automate job template creation?

Yes, you need an AAP MCP server available. The automation process validates AAP MCP server prerequisites and requires AAP API access to successfully configure and execute your playbooks.

Can I add a playbook to a Git repository and create an AAP job template at the same time?

Yes, you can add playbooks to Git repositories and create job templates via the AAP Web UI simultaneously. The automation handles Git integration and Web UI guidance together for streamlined playbook execution setup.

What prerequisites are required to set up an AAP job template for playbook execution?

Setting up an AAP job template requires AAP API access and knowledge of your playbooks and inventories. You also need to ensure the AAP MCP server prerequisites are validated before initiating the automated creation process.