mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
10 lines
196 B
YAML
10 lines
196 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
vars:
|
|
atl_product_user: "testuser"
|
|
atl_product_home: "/opt/atlassian/product"
|
|
atl_temp_dir: "/opt/atlassian/temp"
|
|
roles:
|
|
- role: product_base
|