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