mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
ITOPSENG-283 more debug
This commit is contained in:
@@ -18,7 +18,7 @@ set +a
|
|||||||
|
|
||||||
# Use Ansible from virtualenv if provided
|
# Use Ansible from virtualenv if provided
|
||||||
pipenv run \
|
pipenv run \
|
||||||
ansible-playbook -v \
|
ansible-playbook -vvvv \
|
||||||
$ATL_DEPLOYMENT_REPOSITORY_CUSTOM_PARAMS \
|
$ATL_DEPLOYMENT_REPOSITORY_CUSTOM_PARAMS \
|
||||||
-i $INV \
|
-i $INV \
|
||||||
$PLAYBOOK \
|
$PLAYBOOK \
|
||||||
|
|||||||
@@ -11,7 +11,6 @@
|
|||||||
regexp: '^(.*)Xmx(\\d+\\w)(\\s.*)$'
|
regexp: '^(.*)Xmx(\\d+\\w)(\\s.*)$'
|
||||||
line: '\1Xms${atl_jvm_heap}\3'
|
line: '\1Xms${atl_jvm_heap}\3'
|
||||||
backrefs: yes
|
backrefs: yes
|
||||||
verbosity: 4
|
|
||||||
|
|
||||||
- name: Set the maxmimum heap size (Xmx)
|
- name: Set the maxmimum heap size (Xmx)
|
||||||
lineinfile:
|
lineinfile:
|
||||||
@@ -19,7 +18,6 @@
|
|||||||
regexp: '^(.*)Xmx(\\d+\\w)(\\s.*)$'
|
regexp: '^(.*)Xmx(\\d+\\w)(\\s.*)$'
|
||||||
line: '\1Xmx${atl_jvm_heap}\3'
|
line: '\1Xmx${atl_jvm_heap}\3'
|
||||||
backrefs: yes
|
backrefs: yes
|
||||||
verbosity: 4
|
|
||||||
|
|
||||||
- name: Set Crowd home directory in crowd-init.properties file
|
- name: Set Crowd home directory in crowd-init.properties file
|
||||||
lineinfile:
|
lineinfile:
|
||||||
|
|||||||
Reference in New Issue
Block a user