From dda9366e831b0c249c3ddc44765b793dcae98cd8 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 21 Dec 2016 14:18:24 +0100 Subject: [PATCH] library/roles/smartgears, d4science-ghn-cluster/group_vars/all/gcube_vault_keys.yml: Add the D4Research gcube key. --- smartgears/dataminer_app/tasks/install-gcube-key.yml | 2 ++ smartgears/smartgears/tasks/install-gcube-keys.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/smartgears/dataminer_app/tasks/install-gcube-key.yml b/smartgears/dataminer_app/tasks/install-gcube-key.yml index 31297f1..ab85986 100644 --- a/smartgears/dataminer_app/tasks/install-gcube-key.yml +++ b/smartgears/dataminer_app/tasks/install-gcube-key.yml @@ -5,6 +5,7 @@ - '{{ gcube_prod_key_1 }}' - '{{ gcube_prod_key_2 }}' - '{{ gcube_prod_key_3 }}' + - '{{ gcube_prod_key_4 }}' notify: Restart smartgears when: install_gcube_prod_key tags: [ 'dataminer', 'gcube_key', 'wps' ] @@ -15,6 +16,7 @@ - '{{ gcube_dev_key_1 }}' - '{{ gcube_dev_key_2 }}' - '{{ gcube_dev_key_3 }}' + - '{{ gcube_dev_key_4 }}' notify: Restart smartgears when: install_gcube_dev_key tags: [ 'dataminer', 'gcube_key', 'wps' ] diff --git a/smartgears/smartgears/tasks/install-gcube-keys.yml b/smartgears/smartgears/tasks/install-gcube-keys.yml index a20af7f..56d4240 100644 --- a/smartgears/smartgears/tasks/install-gcube-keys.yml +++ b/smartgears/smartgears/tasks/install-gcube-keys.yml @@ -6,6 +6,7 @@ - '{{ gcube_prod_key_1 }}' - '{{ gcube_prod_key_2 }}' - '{{ gcube_prod_key_3 }}' + - '{{ gcube_prod_key_4 }}' notify: Restart smartgears when: install_gcube_prod_key @@ -15,6 +16,7 @@ - '{{ gcube_prod_key_1 }}' - '{{ gcube_prod_key_2 }}' - '{{ gcube_prod_key_3 }}' + - '{{ gcube_prod_key_4 }}' notify: Restart smartgears when: not install_gcube_prod_key