encrypt_ansible_vault
Encrypt any text in Ansible Vault format using a password and optional vault ID for secure storage.
Instructions
Encrypt text using Ansible Vault format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to encrypt | |
| password | Yes | Password for encryption | |
| vaultId | No | Vault ID for the encrypted content (optional) |