SF initial configurator | 1508907 | 2022-10-06 13:33:19 +0300 | [diff] [blame] | 1 | Publish contents of ``{{ zuul.executor.work_root }}/pages/`` dir using |
| 2 | rsync over ssh to a remote fileserver that has previously been added to |
| 3 | the inventory by :zuul:role:`add-fileserver`. |
| 4 | |
| 5 | The contents is published on the static webserver using a |
| 6 | Apache virtual host definition. |
| 7 | |
| 8 | This 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. |