mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-16 01:43:06 -06:00
Bitbucket DC Mirror nodes prefer h2 db, so adding a way to skip the database_init role completely
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
atl_product_edition: "bitbucket"
|
||||
atl_product_user: "bitbucket"
|
||||
|
||||
atl_product_home: "{{ atl_shared_mountpoint }}/{{ atl_product_edition }}"
|
||||
|
||||
atl_use_system_jdk: true
|
||||
java_major_version: "11" # BB 8 will drop JDK 8 support
|
||||
atl_download_format: "tarball"
|
||||
@@ -36,7 +38,7 @@
|
||||
- { role: nfs_mount, when: (atl_fileserver_host is defined) and (atl_fileserver_host|length > 0) }
|
||||
- role: product_common
|
||||
- role: product_install
|
||||
- role: database_init
|
||||
- { role: database_init, when: (skip_database_init is not defined) or not (skip_database_init) }
|
||||
- role: bitbucket_config
|
||||
- role: product_startup
|
||||
- role: bitbucket_dataset_restore
|
||||
|
||||
Reference in New Issue
Block a user