mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
13 lines
263 B
YAML
13 lines
263 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
vars:
|
|
atl_product_family: "jira"
|
|
atl_product_edition: "jira-core"
|
|
atl_product_user: "jira"
|
|
atl_download_format: "tarball"
|
|
roles:
|
|
- role: linux_common
|
|
- role: product_common
|
|
- role: product_install
|