mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
12 lines
293 B
YAML
12 lines
293 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
vars:
|
|
atl_product_user: "jira"
|
|
atl_product_home: "/var/atlassian/application-data/jira"
|
|
atl_product_installation_dir: "/opt/atlassian/jira"
|
|
atl_installer_temp: "/opt/atlassian/tmp"
|
|
roles:
|
|
- role: product_common
|
|
- role: jira_config
|