zuul-jobs/roles/add-sshkey
Haikel Guemar 54bf1abaa4 Add-sshkey: ensure that ssh home directory exists
Some images might not have pre-created that directory, hence failing the task.
This simple step will prevent that.

Change-Id: Id2b63e84ef047f02127772c4d45b55ec360436f8
2020-09-01 14:43:15 +02:00
..
tasks Add-sshkey: ensure that ssh home directory exists 2020-09-01 14:43:15 +02:00
README.rst Add role for adding ssh key to remote nodes 2017-08-25 17:18:27 -05:00

README.rst

Add an ssh key to the host so that non-ansible ssh connections can be made.

Role Variables

Complex argument which contains the ssh key information. It is expected that this argument comes from a Secret.

String containing known host signature for the remote host.

Contents of the ssh private key to use.

The FQDN of the remote host.