store-vm-credentials
Encrypt and store ansible-admin credentials for a VM, including IP, username, password, and SSH key, to enable automated Ansible management.
Instructions
Store ansible-admin credentials for a VM in context
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vmId | Yes | VM ID | |
| vmName | Yes | VM name | |
| vmIp | Yes | VM IP address | |
| adminUser | No | ansible-admin | |
| adminPassword | No | Admin password (will be encrypted) | |
| sshKeyName | No | mcp_default | |
| purpose | No | ||
| owner | No | mcp |