include vars based on the type of database

This commit is contained in:
Adam Brokes
2020-07-16 14:39:32 +10:00
parent 8221cb69bd
commit 4d66ed7a75
6 changed files with 29 additions and 29 deletions

View 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"

View 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'