You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way at all that this plugin can bridge that gap? I've read the docs and given it a go, but it is failing to connect via ssh:
"fatal: [hostname.domain.com]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh.", "unreachable": true}"
And (rightly so) running "su rundeck -s /bin/bash -c "ansible all -m ping"" fails as I'd expect.
The text was updated successfully, but these errors were encountered:
I have my private key in "Key Storage" in Rundeck, and Rundeck itself is configured to use encryption as per http://rundeck.org/docs/plugins-user-guide/bundled-plugins.html#jasypt-encryption-plugin. This means there's no unencrypted copy of the private key on the host for Ansible to be pointed to for SSH authentication.
Is there any way at all that this plugin can bridge that gap? I've read the docs and given it a go, but it is failing to connect via ssh:
"fatal: [hostname.domain.com]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh.", "unreachable": true}"
And (rightly so) running "su rundeck -s /bin/bash -c "ansible all -m ping"" fails as I'd expect.
The text was updated successfully, but these errors were encountered: