From 74482a285d6c1df11d75e8ca446654ea06629764 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 20 Apr 2017 16:56:48 +0200 Subject: [PATCH] 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. --- smartgears/smartgears/defaults/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/smartgears/smartgears/defaults/main.yml b/smartgears/smartgears/defaults/main.yml index 2e1e2b08..2dbb2634 100644 --- a/smartgears/smartgears/defaults/main.yml +++ b/smartgears/smartgears/defaults/main.yml @@ -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