mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
14 lines
292 B
YAML
14 lines
292 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
vars:
|
|
atl_product_family: "confluence"
|
|
atl_product_edition: "confluence"
|
|
atl_product_user: "confluence"
|
|
ansible_ec2_placement_region: 'us-east-1'
|
|
|
|
roles:
|
|
- role: linux_common
|
|
- role: product_common
|
|
- role: product_install
|