Ansible MCP Server

by tarnover
MIT License
1
  • Linux
  • Apple

run_playbook

Execute Ansible playbooks directly via the Ansible MCP Server to automate IT infrastructure tasks, manage inventory, and apply configurations using specified parameters like tags and limits.

Instructions

Run an Ansible playbook

Input Schema

NameRequiredDescriptionDefault
extraVarsNo
inventoryNo
limitNo
playbookYes
tagsNo

Input Schema (JSON Schema)

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