zuul-jobs/roles/add-sshkey
James E. Blair b8b54ab701 add-sshkey: make the private key owner-writable
Otherwise, it is necessary to change perms to remove it later.

Change-Id: I405cec0a1434a95a0a0e3b60b660cdcadc9e9b24
2017-10-19 14:23:28 -07:00
..
tasks add-sshkey: make the private key owner-writable 2017-10-19 14:23:28 -07: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.