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