DCD-224: Add server.xml template.

This commit is contained in:
Steve Smith
2019-04-23 11:16:15 +10:00
parent 15ce955c2e
commit 6256b95f88
5 changed files with 130 additions and 11 deletions

View File

@@ -12,6 +12,11 @@
dest: "{{ atl_product_home }}/cluster.properties"
owner: "{{ atl_product_user }}"
- name: Create server config
template:
src: server.xml.j2
dest: "{{ atl_product_installation_target }}/conf/server.xml"
- name: Override JVM memory settings.
# Ugly but necessary as the product installs this file so we need to make the change here.
lineinfile: