Ansible MCP Server

by tarnover
MIT License
1
  • Linux
  • Apple

vault_encrypt_string

Securely encrypt strings using Ansible Vault by specifying the string, vault ID, and password file. Integrates with Ansible MCP Server for streamlined encryption operations.

Instructions

Encrypt a string using Ansible Vault

Input Schema

NameRequiredDescriptionDefault
nameNo
stringYes
vault_idNo
vault_password_fileNo

Input Schema (JSON Schema)

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