mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
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>
5 lines
202 B
Django/Jinja
5 lines
202 B
Django/Jinja
{% 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 }}" |