forked from ISTI-ansible-roles/ansible-roles
Add a couple of new labels so that we can configure a manually deployed wps war file (useful for testing or debugging).
This commit is contained in:
parent
e669d0333f
commit
9e663e07c9
|
@ -19,10 +19,12 @@
|
|||
- name: Install the dataminer web.xml
|
||||
template: src=web.xml.j2 dest={{ smartgears_instance_path }}/webapps/{{ dataminer_wps_name }}/WEB-INF/web.xml
|
||||
notify: Restart smartgears
|
||||
tags: [ 'tomcat', 'dataminer', 'wps', 'wps_webxml' ]
|
||||
|
||||
- name: Install the old properties files
|
||||
copy: src={{ item }} dest={{ smartgears_instance_path }}/webapps/{{ dataminer_wps_name }}/ecocfg/{{ item }} force=yes
|
||||
with_items: '{{ dataminer_properties_files }}'
|
||||
tags: [ 'tomcat', 'dataminer', 'wps', 'wps_properties' ]
|
||||
|
||||
- name: Install the script that fixes the WPS configuration
|
||||
become_user: "{{ d4science_ansible_become_user | default('root') }}"
|
||||
|
|
Loading…
Reference in New Issue