forked from ISTI-ansible-roles/ansible-roles
library/roles/smartgears/{dataminer_app,smartgears}: Handle the SoBigData gcube key.
This commit is contained in:
parent
c2d493d83e
commit
691b10ad28
|
@ -7,6 +7,7 @@
|
||||||
- '{{ gcube_prod_key_2 }}'
|
- '{{ gcube_prod_key_2 }}'
|
||||||
- '{{ gcube_prod_key_3 }}'
|
- '{{ gcube_prod_key_3 }}'
|
||||||
- '{{ gcube_prod_key_4 }}'
|
- '{{ gcube_prod_key_4 }}'
|
||||||
|
- '{{ gcube_prod_key_5 }}'
|
||||||
notify: Restart smartgears
|
notify: Restart smartgears
|
||||||
when: install_gcube_prod_key
|
when: install_gcube_prod_key
|
||||||
|
|
||||||
|
@ -17,6 +18,7 @@
|
||||||
- '{{ gcube_prod_key_2 }}'
|
- '{{ gcube_prod_key_2 }}'
|
||||||
- '{{ gcube_prod_key_3 }}'
|
- '{{ gcube_prod_key_3 }}'
|
||||||
- '{{ gcube_prod_key_4 }}'
|
- '{{ gcube_prod_key_4 }}'
|
||||||
|
- '{{ gcube_prod_key_5 }}'
|
||||||
notify: Restart smartgears
|
notify: Restart smartgears
|
||||||
when: not install_gcube_prod_key
|
when: not install_gcube_prod_key
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ smartgears_production_vo:
|
||||||
- '/{{ smartgears_infrastructure_name }}/SoBigData'
|
- '/{{ smartgears_infrastructure_name }}/SoBigData'
|
||||||
- '/{{ smartgears_infrastructure_name }}/SmartArea'
|
- '/{{ smartgears_infrastructure_name }}/SmartArea'
|
||||||
- '/{{ smartgears_infrastructure_name }}/gCubeApps'
|
- '/{{ smartgears_infrastructure_name }}/gCubeApps'
|
||||||
- '/{{ smartgears_infrastructure_name }}/D4research'
|
- '/{{ smartgears_infrastructure_name }}/D4Research'
|
||||||
# Set to 'true' or 'false'. Pay attention to the case
|
# Set to 'true' or 'false'. Pay attention to the case
|
||||||
smartgears_authorized_on_all_scopes: 'false'
|
smartgears_authorized_on_all_scopes: 'false'
|
||||||
smartgears_scopes:
|
smartgears_scopes:
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
- '{{ gcube_prod_key_2 }}'
|
- '{{ gcube_prod_key_2 }}'
|
||||||
- '{{ gcube_prod_key_3 }}'
|
- '{{ gcube_prod_key_3 }}'
|
||||||
- '{{ gcube_prod_key_4 }}'
|
- '{{ gcube_prod_key_4 }}'
|
||||||
|
- '{{ gcube_prod_key_5 }}'
|
||||||
notify: Restart smartgears
|
notify: Restart smartgears
|
||||||
when: install_gcube_prod_key
|
when: install_gcube_prod_key
|
||||||
|
|
||||||
|
@ -17,6 +18,7 @@
|
||||||
- '{{ gcube_prod_key_2 }}'
|
- '{{ gcube_prod_key_2 }}'
|
||||||
- '{{ gcube_prod_key_3 }}'
|
- '{{ gcube_prod_key_3 }}'
|
||||||
- '{{ gcube_prod_key_4 }}'
|
- '{{ gcube_prod_key_4 }}'
|
||||||
|
- '{{ gcube_prod_key_5 }}'
|
||||||
notify: Restart smartgears
|
notify: Restart smartgears
|
||||||
when: not install_gcube_prod_key
|
when: not install_gcube_prod_key
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue