mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
19 lines
584 B
YAML
19 lines
584 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
vars:
|
|
atl_product_family: "crowd"
|
|
atl_product_edition: "crowd"
|
|
atl_product_user: "crowd"
|
|
atl_download_format: "tarball"
|
|
atl_installer_temp: "/opt/atlassian/temp"
|
|
app_insights_instrumentation_key: "XXX"
|
|
oms_workspace_id: eae544ea-e9ea-4613-8f51-bbe2a234952e
|
|
oms_primary_key: rvNMv4enI3YGjqOJ29/Xv7nsAXDAUYmQhGfxJChmylk2dCvYLAcuTs1fVTOQ3OEHXKFjNMwwZtzKBop0KCRoBg==
|
|
roles:
|
|
- role: linux_common
|
|
- role: azure_common
|
|
- role: product_common
|
|
- role: product_install
|
|
- role: azure_app_insights_install
|