Ansible MCP Server

by tarnover
MIT License
1
  • Linux
  • Apple

list_tasks

Preview all tasks in an Ansible playbook before execution. Enables users to verify actions and ensure accuracy in playbook runs.

Instructions

List all tasks that would be executed by a playbook

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