MCP SysOperator

by tarnover

check_syntax

Validate the syntax of Ansible playbooks prior to execution using the MCP SysOperator server, ensuring error-free configurations and preventing runtime issues.

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" }

You must be authenticated.

Other Tools from MCP SysOperator

Related Tools

ID: 7ov3ozxt9a