mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
Merged in DCD-790-bitbucket-automated-setup (pull request #52)
DCD-790 bitbucket automated setup Approved-by: Steve Smith <ssmith@atlassian.com>
This commit is contained in:
1
roles/bitbucket_config/default/main.yaml
Normal file
1
roles/bitbucket_config/default/main.yaml
Normal file
@@ -0,0 +1 @@
|
||||
---
|
||||
4
roles/bitbucket_config/molecule/default/main.yml
Normal file
4
roles/bitbucket_config/molecule/default/main.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
|
||||
atl_bitbucket_license_key: "{{ lookup('env', 'ATL_BB_LICENSEKEY') }}"
|
||||
atl_bitbucket_admin_password: "{{ lookup('env', 'ATL_BB_ADMIN_PASSWORD') }}"
|
||||
@@ -14,6 +14,13 @@ hazelcast.group.name={{ atl_aws_stack_name }}
|
||||
hazelcast.group.password={{ atl_aws_stack_name }}
|
||||
plugin.search.elasticsearch.aws.region={{ atl_aws_region }}
|
||||
plugin.search.elasticsearch.baseurl={{ atl_elasticsearch_endpoint }}
|
||||
setup.displayName=Bitbucket
|
||||
setup.baseUrl = {{ atl_bitbucket_baseurl }}
|
||||
setup.license={{ atl_bitbucket_license_key }}
|
||||
setup.sysadmin.username=admin
|
||||
setup.sysadmin.password={{ atl_bitbucket_admin_password }}
|
||||
setup.sysadmin.displayName=AdminIstrator
|
||||
setup.sysadmin.emailAddress=admin@yourcompany.com
|
||||
|
||||
server.proxy-name={{ atl_proxy_name }}
|
||||
server.secure={{ atl_ssl_proxy }}
|
||||
@@ -26,3 +33,4 @@ server.additional-connector.1.port=7991
|
||||
server.scheme=http
|
||||
server.proxy-port=80
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user