zuul-jobs/roles/add-fileserver
Ian Wienand 37837f53ee add-fileserver: fileserver_leading_path isn't from the secret
This variable isn't part of the "fileserver" dictionary argument
(i.e. it's not accessed as fileserver.fileserver_leading_path).  Move
it out in the documentation.

Change-Id: I449ce2f383b044d92f0ebb9595ef1d77161c5c7c
2018-08-01 20:43:00 +10:00
..
tasks Add content to support translation jobs 2017-09-12 16:19:40 -06:00
README.rst add-fileserver: fileserver_leading_path isn't from the secret 2018-08-01 20:43:00 +10:00

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.

This is an optional variable that will be inserted between the base of the path (provided by the path variable) and the zuul.project.short_name final path element.