MCP SysOperator

by tarnover

vault_decrypt_string

Decrypts Ansible Vault-encrypted strings securely for infrastructure management tasks on the MCP SysOperator 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 MCP SysOperator

Related Tools

ID: 7ov3ozxt9a