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:
10
roles/database_init/vars/mysql.yml
Normal file
10
roles/database_init/vars/mysql.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
|
||||
atl_db_port: '5432'
|
||||
atl_db_root_user: 'root'
|
||||
atl_jdbc_encoding: 'utf8mb4'
|
||||
atl_jdbc_collation: 'utf8mb4_bin'
|
||||
atl_jdbc_ctype: 'utf8mb4_bin'
|
||||
|
||||
mysql_jdbc_connector: 'mysql-connector-java-8.0.21'
|
||||
mysql_jdbc_connector_url: "https://dev.mysql.com/get/Downloads/Connector-J/{{ mysql_jdbc_connector }}.tar.gz"
|
||||
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