Skip to main content
Glama

Ansible MCP Server

by tarnover

run_playbook

Execute and manage Ansible playbooks directly through the MCP server, enabling automation of tasks, inventory management, and configuration deployment with specified parameters.

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

Other Tools from Ansible MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tarnover/mcp-ansible'

If you have feedback or need assistance with the MCP directory API, please join our Discord server