mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
17 lines
268 B
YAML
17 lines
268 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
|
|
- jira_download
|
|
- jira_config
|