zuul-jobs/roles/add-fileserver
Paul Belanger df50917f66
Use tempfile for ssh private key
We do this for our GPG keys, lets also do it for SSH keys.

Change-Id: I0ec4b6a0bbadc4ab01e5e3e4987da3a40b7a1237
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-08-25 13:25:23 -04:00
..
tasks Use tempfile for ssh private key 2017-08-25 13:25:23 -04:00
README.rst Document and update fileserver roles 2017-08-18 18:21:50 -05:00

README.rst

Add a remote fileserver to the inventory so that content can be uploaded in subsequent tasks or roles.

Role Variables

Complex argument which contains the information about the remote destination as well as the authentication information needed. It is expected that this argument comes from a Secret.

The FQDN of the remote host.

The remote path. Content will be put into a directory below this path that matches zuul.project.short_name. The full path including the project short name will be added to the hostvars of the host as zuul_fileserver_project_path.

String containing known host signature for the remote host.

Contents of the ssh private key to use.