mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
moved lines to the end - bb_license_key, bb_admin_password, bb_dataset_url
This commit is contained in:
@@ -132,4 +132,10 @@ atl_rds_subnet_group_name: "{{ lookup('env', 'ATL_RDS_SUBNET_GROUP_NAME') }}"
|
|||||||
atl_rds_security_group: "{{ lookup('env', 'ATL_RDS_SECURITY_GROUP') }}"
|
atl_rds_security_group: "{{ lookup('env', 'ATL_RDS_SECURITY_GROUP') }}"
|
||||||
|
|
||||||
atl_backup_manifest_url: "{{ lookup('env', 'ATL_BACKUP_MANIFEST_URL') }}"
|
atl_backup_manifest_url: "{{ lookup('env', 'ATL_BACKUP_MANIFEST_URL') }}"
|
||||||
|
|
||||||
atl_restore_required: "{{ atl_backup_manifest_url is defined and atl_backup_manifest_url != '' }}"
|
atl_restore_required: "{{ atl_backup_manifest_url is defined and atl_backup_manifest_url != '' }}"
|
||||||
|
|
||||||
|
atl_bitbucket_license_key: "{{ lookup('env', 'ATL_BB_LICENSEKEY') }}"
|
||||||
|
atl_bitbucket_admin_password: "{{ lookup('env', 'ATL_BB_ADMIN_PASSWORD') }}"
|
||||||
|
atl_bitbucket_dataset_url: "{{ lookup('env', 'ATL_DATASET_URL') }}"
|
||||||
|
|
||||||
|
|||||||
@@ -23,3 +23,8 @@
|
|||||||
mode: "u=rwX,g=rX,o=rX"
|
mode: "u=rwX,g=rX,o=rX"
|
||||||
recurse: true
|
recurse: true
|
||||||
changed_when: false # For Molecule idempotence check
|
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/
|
||||||
@@ -18,6 +18,9 @@ plugin.search.elasticsearch.baseurl={{ atl_elasticsearch_endpoint }}
|
|||||||
server.proxy-name={{ atl_proxy_name }}
|
server.proxy-name={{ atl_proxy_name }}
|
||||||
server.secure={{ atl_ssl_proxy }}
|
server.secure={{ atl_ssl_proxy }}
|
||||||
server.require-ssl={{ 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' %}
|
{% if atl_ssl_proxy == 'true' %}
|
||||||
server.scheme=https
|
server.scheme=https
|
||||||
server.proxy-port=443
|
server.proxy-port=443
|
||||||
|
|||||||
Reference in New Issue
Block a user