job-template-remediation-validator
Installation
SKILL.md
AAP Job Template Remediation Validator
This skill verifies that an AAP (Ansible Automation Platform) job template meets the requirements for executing CVE remediation playbooks as defined by the remediation skill and playbook-executor workflow.
Prerequisites
Required MCP Servers: aap-mcp-job-management, aap-mcp-inventory-management (setup guide)
Required MCP Tools:
job_templates_list(from aap-mcp-job-management) - List job templatesjob_templates_retrieve(from aap-mcp-job-management) - Get template detailsprojects_list(from aap-mcp-job-management) - Verify project exists and statusinventories_list(from aap-mcp-inventory-management) - Verify inventory exists
Required Environment Variables:
AAP_MCP_SERVER- Base URL for the MCP endpoint of the AAP server (must point to the AAP MCP gateway)AAP_API_TOKEN- AAP API authentication token
Prerequisite Validation
Related skills