mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-224: Start of Jira preconfiguration. Just dbconfig.xml for now.
This commit is contained in:
7
roles/jira_config/tasks/main.yml
Normal file
7
roles/jira_config/tasks/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
- name: Create dbconfig.xml
|
||||
template:
|
||||
src: dbconfig.xml.j2
|
||||
dest: "{{ atl_product_home }}/dbconfig.xml"
|
||||
owner: "{{ atl_product_user }}"
|
||||
Reference in New Issue
Block a user