Skip to main content
Glama

Ansible MCP Server

by tarnover

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

You must be authenticated.

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