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:
9
roles/database_init/vars/postgres.yml
Normal file
9
roles/database_init/vars/postgres.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
atl_db_port: '5432'
|
||||
atl_db_root_db_name: 'postgres'
|
||||
atl_db_root_user: 'postgres'
|
||||
atl_jdbc_encoding: 'UTF-8'
|
||||
atl_jdbc_collation: 'C'
|
||||
atl_jdbc_ctype: 'C'
|
||||
atl_jdbc_template: 'template1'
|
||||
Reference in New Issue
Block a user