mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
switch to just tagging the entire role
This commit is contained in:
@@ -29,9 +29,6 @@
|
|||||||
atl_startup_exec_options:
|
atl_startup_exec_options:
|
||||||
- "--no-search"
|
- "--no-search"
|
||||||
|
|
||||||
# Bitbucket DC Mirror nodes can set this to true to use the internal H2 database.
|
|
||||||
skip_database_init: false
|
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: linux_common
|
- role: linux_common
|
||||||
- role: aws_common
|
- role: aws_common
|
||||||
@@ -41,7 +38,9 @@
|
|||||||
- { role: nfs_mount, when: (atl_fileserver_host is defined) and (atl_fileserver_host|length > 0) }
|
- { role: nfs_mount, when: (atl_fileserver_host is defined) and (atl_fileserver_host|length > 0) }
|
||||||
- role: product_common
|
- role: product_common
|
||||||
- role: product_install
|
- role: product_install
|
||||||
- { role: database_init, when: not (skip_database_init | bool) }
|
- role: database_init
|
||||||
|
tags:
|
||||||
|
- database
|
||||||
- role: bitbucket_config
|
- role: bitbucket_config
|
||||||
- role: product_startup
|
- role: product_startup
|
||||||
- role: bitbucket_dataset_restore
|
- role: bitbucket_dataset_restore
|
||||||
|
|||||||
Reference in New Issue
Block a user