2020-08-11 15:52:20 +02:00
|
|
|
Role Name
|
|
|
|
=========
|
|
|
|
|
2020-08-11 16:16:52 +02:00
|
|
|
A role that installs the THREDDS Data Server, <https://www.unidata.ucar.edu/software/tds/current/>
|
2020-08-11 15:52:20 +02:00
|
|
|
|
|
|
|
Role Variables
|
|
|
|
--------------
|
|
|
|
|
2020-08-11 16:16:52 +02:00
|
|
|
The most important variables are listed below:
|
|
|
|
|
|
|
|
``` yaml
|
|
|
|
thredds_install: True
|
|
|
|
thredds_upgrade: False
|
|
|
|
thredds_version: 4.6.15
|
|
|
|
thredds_data_content_dir: /data/thredds
|
|
|
|
thredds_server_name: 'Thredds instance'
|
|
|
|
thredds_logo_url: '/thredds/threddsIcon.gif'
|
|
|
|
thredds_logo_alt_text: '{{ thredds_server_name }}'
|
|
|
|
thredds_organization: 'ORG'
|
|
|
|
thredds_email: ''
|
|
|
|
thredds_host_institution_name: 'ORG'
|
|
|
|
thredds_host_institution_web: ''
|
|
|
|
thredds_force_ssl_for_user_data: False
|
|
|
|
thredds_abstract: 'Scientific Data'
|
|
|
|
thredds_contact_name: 'Support'
|
|
|
|
thredds_google_analytics_key: ''
|
|
|
|
```
|
2020-08-11 15:52:20 +02:00
|
|
|
|
|
|
|
Dependencies
|
|
|
|
------------
|
|
|
|
|
2020-08-11 16:16:52 +02:00
|
|
|
* openjdk
|
|
|
|
* tomcat
|
|
|
|
* tomcat-multiple-instances
|
2020-08-11 15:52:20 +02:00
|
|
|
|
|
|
|
License
|
|
|
|
-------
|
|
|
|
|
|
|
|
EUPL-1.2
|
|
|
|
|
|
|
|
Author Information
|
|
|
|
------------------
|
|
|
|
|
2020-08-11 16:16:52 +02:00
|
|
|
Andrea Dell'Amico, <andrea.dellamico@isti.cnr.it>
|