forked from ISTI-ansible-roles/ansible-roles
library/roles/smartgears: Manage the gcube pre production keys.
This commit is contained in:
parent
d9c513dede
commit
a19949c63f
|
@ -18,3 +18,11 @@
|
|||
notify: Restart smartgears
|
||||
when: install_gcube_dev_key
|
||||
tags: [ 'dataminer', 'gcube_key' ]
|
||||
|
||||
- name: Install the preprod gcube keys
|
||||
get_url: url={{ item.url }} dest={{ smartgears_instance_path }}/webapps/{{ dataminer_52north_webapp_name }}/ecocfg/PARALLEL_PROCESSING owner={{ smartgears_user }} group={{ smartgears_user }} mode=0400
|
||||
with_items:
|
||||
- '{{ gcube_pre_key_1 }}'
|
||||
notify: Restart smartgears
|
||||
when: install_gcube_preprod_key
|
||||
tags: [ 'dataminer', 'gcube_key' ]
|
||||
|
|
|
@ -17,3 +17,10 @@
|
|||
when: install_gcube_dev_key
|
||||
tags: gcube_key
|
||||
|
||||
- name: Install the preprod gcube keys
|
||||
get_url: url={{ item.url }} dest=/{{ gcube_tomcat_lib_dir }}/{{ item.name }} owner={{ smartgears_user }} group={{ smartgears_user }} mode=0400
|
||||
with_items:
|
||||
- '{{ gcube_pre_key_1 }}'
|
||||
notify: Restart smartgears
|
||||
when: install_gcube_preprod_key
|
||||
tags: gcube_key
|
||||
|
|
Loading…
Reference in New Issue