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
I've found the decision. To use predefined ssh key you should set ssh_private_key_file in builder configuration.
But it is so obscur. For example ssh_username and ssh_password is not used by ansible plugin. May be it should use communicator settings to connect host to?
Hello!
When I am trying to pass pregenerated ssh private key to ansible this argument is duplicated with empty temp key.
For example, my configuration:
And the final ansible command I see:
I meet with the same behavior if I set
ssh_host_key_file
instead of-e ansible_ssh_private_key_file
and if I set 'use_proxy = true'.The text was updated successfully, but these errors were encountered: