mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-224: Start of Jira preconfiguration. Just dbconfig.xml for now.
This commit is contained in:
14
roles/jira_config/molecule/default/playbook.yml
Normal file
14
roles/jira_config/molecule/default/playbook.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
vars:
|
||||
atl_product_family: "jira"
|
||||
atl_product_edition: "jira-software"
|
||||
atl_product_user: "jira"
|
||||
atl_product_version: "7.13.2"
|
||||
atl_jdbc_user: 'atljira'
|
||||
roles:
|
||||
- role: linux_common
|
||||
- role: product_common
|
||||
- role: jira_download
|
||||
- role: jira_config
|
||||
Reference in New Issue
Block a user