ITOPSENG-589 ignoring the elasticsearch stuff for now and pulling properties from /etc/atl

This commit is contained in:
Geoff Jacobs
2020-04-28 11:21:15 +10:00
parent 5565333c2e
commit 30a8d3fba2
3 changed files with 2 additions and 14 deletions

View File

@@ -30,9 +30,3 @@
block: |
BITBUCKET_SHARED_HOME="{{ atl_product_home_shared }}"
export BITBUCKET_SHARED_HOME
- name: Make sure elasticsearch data isn't stored in ${BITBUCKET_HOME}/shared
lineinfile:
path: '{{ elasticsearch_config_template }}'
line: ' data: ${BITBUCKET_HOME}/search/data'
regexp: '^\s{2}data:\s\$\{BITBUCKET_HOME\}\/s.+$'