library/roles/smartgears/smartgears/defaults/main.yml: Add a smartgears_global_base_url variable that can be used to replace the base URLs placed everywhere.

This commit is contained in:
Andrea Dell'Amico 2017-04-20 16:56:48 +02:00
parent fc4f88c6ba
commit 74482a285d
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ smartgears_install_path: '{{ smartgears_user_home }}/SmartGears'
#smartgears_distribution_version: 2.1.0-4.3.0-142337
smartgears_distribution_version: 2.1.2-4.4.0-146408
smartgears_file: 'smartgears-distribution-{{ smartgears_distribution_version }}.tar.gz'
smartgears_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ gcube_repository }}/org/gcube/distribution/smartgears-distribution/{{ smartgears_distribution_version }}/{{ smartgears_file }}'
smartgears_global_base_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ gcube_repository }}'
smartgears_url: '{{ smartgears_global_base_url }}/org/gcube/distribution/smartgears-distribution/{{ smartgears_distribution_version }}/{{ smartgears_file }}'
smartgears_mode: online
smartgears_application_mode: online
# Production infra