Ansible MCP Server

by tarnover
MIT License
1
  • Linux
  • Apple

check_syntax

Validate Ansible playbook syntax without execution to ensure error-free automation workflows. Identify and correct syntax issues before deployment.

Instructions

Check syntax of an Ansible playbook without executing it

Input Schema

NameRequiredDescriptionDefault
playbookYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "playbook": { "minLength": 1, "type": "string" } }, "required": [ "playbook" ], "type": "object" }
ID: vkbe70d98s