ansible-roles/geoserver/geoserver/tasks/geoserver-gcubeapp.yml

9 lines
363 B
YAML

---
- name: Install the gcube-app file to make geoserver smartgears compatible
template: src=gcube-app.xml.j2 dest={{ item.instance_path }}/webapps/{{ geoserver_app_name }}/WEB-INF/gcube-app.xml owner={{ item.user }} group={{ item.user }}
with_items: '{{ tomcat_m_instances }}'
notify: tomcat instances restart
when: geoserver_install
tags: geoserver