moved lines to the end - bb_license_key, bb_admin_password, bb_dataset_url

This commit is contained in:
Andy Rajagopalan
2019-10-31 10:47:05 -07:00
parent c55b8aec46
commit 1614afb98e
3 changed files with 14 additions and 0 deletions

View File

@@ -23,3 +23,8 @@
mode: "u=rwX,g=rX,o=rX"
recurse: true
changed_when: false # For Molecule idempotence check
- name: Copy Bitbucket dataset from s3
get_url:
url: "{{ atl_bitbucket_dataset_url }}"
dest: /media/atl/bitbucket/shared/data/migration/import/

View File

@@ -18,6 +18,9 @@ plugin.search.elasticsearch.baseurl={{ atl_elasticsearch_endpoint }}
server.proxy-name={{ atl_proxy_name }}
server.secure={{ atl_ssl_proxy }}
server.require-ssl={{ atl_ssl_proxy }}
setup.license={{ atl_bitbucket_license_key }}
setup.sysadmin.username=admin
setup.sysadmin.password={{ atl_bitbucket_admin_password }}
{% if atl_ssl_proxy == 'true' %}
server.scheme=https
server.proxy-port=443