Go to file
Giancarlo Panichi 8fa829dcbe Minor update 2023-12-19 11:23:40 +01:00
defaults Minor update 2023-12-19 11:23:40 +01:00
handlers First Commit 2023-12-05 17:27:18 +01:00
meta Removed the reference to the auth. 2023-12-06 18:15:31 +01:00
tasks Minor update 2023-12-19 11:23:40 +01:00
templates Minor update 2023-12-19 11:23:40 +01:00
tests First Commit 2023-12-05 17:27:18 +01:00
vars First Commit 2023-12-05 17:27:18 +01:00
.gitignore First Commit 2023-12-05 17:27:18 +01:00
LICENSE First Commit 2023-12-05 17:27:18 +01:00
README.md Minor update 2023-12-19 11:23:40 +01:00

README.md

Role Name

A role that installs Information System GUI

Role Variables

The most important variables are listed below:

information_system_gui_docker_stack_name: 'information_system_gui'
information_system_gui_docker_service_server_name: 'isgui'
information_system_gui_docker_registry: ''
information_system_gui_docker_server_image: 'gcube/information-system-gui:stable'
information_system_gui_docker_network: 'information_system_gui_net'
information_system_gui_behind_haproxy: True
information_system_gui_haproxy_public_net: 'haproxy-public'

# Environment
information_system_gui_server_hostname: 'isgui.cloud-dev.d4science.org'
information_system_gui_spring_profile_active: 'prod,api-docs'

# Metrics
information_system_gui_management_metrics_export_prometheus_enabled: 'true'       

# Jhipster
information_system_gui_jhipster_sleep: '5'

# Logging
information_system_gui_logging_level: 'DEBUG'

# Application

Dependencies

A docker swarm cluster is required

Author Information

License

This project is licensed under the EUPL V.1.2 License - see the LICENSE file for details.