mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
27 lines
560 B
YAML
27 lines
560 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
|
|
vars:
|
|
atl_product_bundle: servicedesk
|
|
bundle_map:
|
|
all: software
|
|
servicedesk: software
|
|
core: core
|
|
software: software
|
|
|
|
atl_product_edition: "jira-{{ bundle_map[atl_product_bundle] }}"
|
|
atl_product_family: "jira"
|
|
atl_product_user: "jira"
|
|
atl_product_version: "7.13.3"
|
|
|
|
atl_jdbc_user: 'atljira'
|
|
atl_jvm_heap: 'PLACEHOLDER'
|
|
atl_cluster_node_id: 'FAKEID'
|
|
|
|
roles:
|
|
- role: linux_common
|
|
- role: product_common
|
|
- role: product_download
|
|
- role: jira_config
|