Add the geonetwork-connector role.
This commit is contained in:
parent
6c536c91ac
commit
6d92f1a157
|
@ -66,6 +66,15 @@
|
|||
when: geonetwork_major_version >= 3
|
||||
notify: tomcat instances restart
|
||||
|
||||
- name: Install the custom web.xml for the geonetwork. Only on version 3.2 right now
|
||||
template: src={{ geonetwork_major_version }}.{{ geonetwork_point_version }}-web.xml.j2 dest={{ item.instance_path }}/webapps/{{ geonetwork_app_name | lower }}/WEB-INF/web.xml owner={{ item.user }} group={{ item.user }} mode=0440
|
||||
with_items: '{{ tomcat_m_instances }}'
|
||||
when:
|
||||
- geonetwork_major_version == 3
|
||||
- geonetwork_point_version == 2
|
||||
notify: tomcat instances restart
|
||||
tags: [ 'geonetwork', 'geonetwork_webxml' ]
|
||||
|
||||
when: geonetwork_install
|
||||
tags: geonetwork
|
||||
|
||||
|
|
Loading…
Reference in New Issue