forked from ISTI-ansible-roles/ansible-roles
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:
parent
fc4f88c6ba
commit
74482a285d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue