encrypt_ansible_vault
Encrypt sensitive text using Ansible Vault format with password protection for secure configuration management.
Instructions
Encrypt text using Ansible Vault format
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to encrypt | |
| password | Yes | Password for encryption | |
| vaultId | No | Vault ID for the encrypted content (optional) |