mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
14 lines
196 B
YAML
14 lines
196 B
YAML
---
|
|
- hosts: all
|
|
become: true
|
|
|
|
vars:
|
|
atl_product: jira
|
|
atl_product_user: jira
|
|
|
|
roles:
|
|
- aws_linux2_common
|
|
- aws_linux2_product_common
|
|
- product_base
|
|
- aws_efs_config
|