mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
20 lines
310 B
YAML
20 lines
310 B
YAML
---
|
|
- hosts: all
|
|
become: true
|
|
|
|
vars:
|
|
atl_product_family: "jira"
|
|
atl_product_edition: "jira-software"
|
|
atl_product_user: "jira"
|
|
|
|
roles:
|
|
- linux_common
|
|
- aws_common
|
|
- product_common
|
|
- aws_efs_config
|
|
- database_config
|
|
- jira_download
|
|
- jira_config
|
|
- jira_startup
|
|
|