Merged in ITOPSENG-127-remove-duplicate-jira-jvm-o (pull request #85)

ITOPSENG-127 one CATALINA_OPT per line

* ITOPSENG-127 working on removing some of the duplicate CATALINA_OPTS in setenv.sh

* ITOPSENG-127 remove double dashes

* ITOPSENG-127 removing old tasks for adding CATALINA_OPTS

Approved-by: Ben Partridge <bpartridge@atlassian.com>
This commit is contained in:
Geoff Jacobs
2020-02-25 02:10:52 +00:00
parent 62be884f34
commit 81c2bc9fe8
2 changed files with 24 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
{% for item in catalina_opts %}
CATALINA_OPTS="${CATALINA_OPTS} -{{ item }}"
{% endfor %}
CATALINA_OPTS="${CATALINA_OPTS} -Dcluster.node.name={{ ansible_ec2_instance_id }}-{{ ansible_ec2_local_ipv4 }}"