mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
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:
5
roles/crowd_config/templates/catalina_opts.j2
Normal file
5
roles/crowd_config/templates/catalina_opts.j2
Normal 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 }}"
|
||||
Reference in New Issue
Block a user