mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-16 18:03:06 -06:00
DCD-1123: Move DB encoding default into group vars.
This commit is contained in:
@@ -15,6 +15,10 @@ atl_installer_temp: "{{ atl_installation_base }}/tmp"
|
||||
atl_db_type: "postgres72"
|
||||
atl_jdbc_url: "jdbc:postgresql://{{ atl_db_host }}/{{ atl_jdbc_db_name }}"
|
||||
atl_db_driver: "org.postgresql.Driver"
|
||||
atl_jdbc_encoding: "UTF-8"
|
||||
atl_jdbc_collation: "en_US.UTF-8"
|
||||
atl_jdbc_ctype: "en_US.UTF-8"
|
||||
atl_jdbc_template: "template1"
|
||||
|
||||
atl_java_home: "{{ '/usr/lib/jvm/java' if atl_use_system_jdk else (atl_product_installation_current + '/jre') }}"
|
||||
atl_java_binary: "{{ atl_java_home }}/bin/java"
|
||||
|
||||
@@ -22,10 +22,6 @@
|
||||
atl_jdbc_user: "confluence"
|
||||
atl_jdbc_db_name: "confluence"
|
||||
|
||||
atl_jdbc_encoding: 'UTF-8'
|
||||
atl_jdbc_collation: 'en_US.UTF-8'
|
||||
atl_jdbc_template: 'template0'
|
||||
|
||||
atl_jvm_heap: "12288m"
|
||||
atl_use_system_jdk: true
|
||||
atl_download_format: "tarball"
|
||||
|
||||
Reference in New Issue
Block a user