ansible-role-default-webpage/README.md

32 lines
508 B
Markdown
Raw Permalink Normal View History

2021-01-02 16:25:03 +01:00
Role Name
=========
2021-01-02 18:25:19 +01:00
A role that installs a static webpage, optionally redirecting to one or more services.
2021-01-02 16:25:03 +01:00
Role Variables
--------------
2021-01-02 18:23:10 +01:00
The most important variables are listed below:
``` yaml
2021-01-02 18:25:19 +01:00
web_document_root: '/var/www//html'
web_page_title: "D4Science Service"
#d4science_running_services: []
# - { url: 'service', desc: 'service description' }
2021-01-02 18:23:10 +01:00
```
2021-01-02 16:25:03 +01:00
Dependencies
------------
2021-01-02 18:23:10 +01:00
None
2021-01-02 16:25:03 +01:00
License
-------
EUPL-1.2
Author Information
------------------
2021-01-02 18:23:10 +01:00
Andrea Dell'Amico, <andrea.dellamico@isti.cnr.it>