mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 10:23:13 -06:00
include vars based on the type of database
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
---
|
||||
|
||||
- name: Include database specific configuration
|
||||
include_vars:
|
||||
file:
|
||||
|
||||
- name: Initialise database
|
||||
include_tasks: "{{ atl_jdbc_engine_map[atl_db_engine] }}.yml" # TODO this is done to have same tasks for aurora and postgres
|
||||
include_tasks: "{{ atl_db_general_type }}.yml" # TODO this is done to have same tasks for aurora and postgres
|
||||
|
||||
Reference in New Issue
Block a user