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