blob: 05b2581606de87d47cfb5f660afb7d994484d149 [file] [log] [blame]
SF initial configurator15089072022-10-06 13:33:19 +03001Publish contents of ``{{ zuul.executor.work_root }}/pages/`` dir using
2rsync over ssh to a remote fileserver that has previously been added to
3the inventory by :zuul:role:`add-fileserver`.
4
5The contents is published on the static webserver using a
6Apache virtual host definition.
7
8This uploads pages to a static webserver using SSH.
9
10**Role Variables**
11
12.. zuul:rolevar:: zuul_pagesserver_root
13 :default: /var/www/pages/
14
15 The root path to the pages on the static webserver.
16
17.. zuul:rolevar:: zuul_pagesvhosts_root
18 :default: /etc/httpd/pages.d/
19
20 The root path where apache's vhost files are stored on the static webserver.
21
22.. zuul:rolevar:: vhost_name
23
24 The vhost name to use to fill the vhost template.
25
26.. zuul:rolevar:: fqdn
27
28 The fqdn to use to fill the vhost template.