rundeck-plugins / ansible-plugin

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

How to pass a private key passphrase to the ansible plugin #285

Open db0 opened 3 years ago

db0 commented 3 years ago

The ansible plugin is using its own configuration for passwords and private keys, instead of using the node configuration. This is fine but it doesn't provide any way to be able to pass a passphrase for a private key. loading the passphrase via the "SSH Password Storage Path" option does not seem to work.

Using a passwordless private key works, but of course is not as secure. Is there something I'm missing?