encrypt_ansible_vault
Encrypt plaintext with a password into Ansible Vault format. Optionally specify a vault ID for the encrypted content.
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) |