Ansible MCP Server

by tarnover
MIT License
1
  • Linux
  • Apple

vault_decrypt_string

Decrypt strings encrypted with Ansible Vault using specified vault ID and password file. Enables secure data handling in Ansible operations via the AI-powered MCP server.

Instructions

Decrypt a string encrypted with Ansible Vault

Input Schema

NameRequiredDescriptionDefault
stringYes
vault_idNo
vault_password_fileNo

Input Schema (JSON Schema)

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