zuul-jobs/roles/add-sshkey/README.rst

21 lines
486 B
ReStructuredText

Add an ssh key to the host so that non-ansible ssh connections can be made.
**Role Variables**
.. zuul:rolevar:: ssh_key
Complex argument which contains the ssh key information. It is
expected that this argument comes from a `Secret`.
.. zuul:rolevar:: ssh_known_hosts
String containing known host signature for the remote host.
.. zuul:rolevar:: ssh_private_key
Contents of the ssh private key to use.
.. zuul:rolevar:: fqdn
The FQDN of the remote host.