rundeck-plugins / ansible-plugin

Ansible Integration for Rundeck
MIT License
331 stars 100 forks source link

SSH privkey in rundeck vault storage: ssh-storage threw exception during READ: null #247

Closed linuxmail closed 5 years ago

linuxmail commented 5 years ago

hi,

I try to figure out, where the problem is. We have the private SSH key in Hashicorp Vault and configured the rundeck-vault-plugin. All we get, if we try to execute our playbook is:

com.dtolabs.rundeck.core.execution.workflow.steps.node.NodeStepException: Error configuring Ansible runner: Failed to read the ssh private key for storage path: keys/ssh/rundeck.key: Converter Plugin builtin:ssh-storage threw exception during READ: null

We don't know, if the problem is the Ansible plugin, or the Vault plugin.

Any suggestions ?

linuxmail commented 5 years ago

hi,

problem solved: SSH key with ed25519 is not supported, so I switched to RSA.