mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
AZURE-211 Renamed az_* files to azure_*
This commit is contained in:
@@ -12,12 +12,12 @@
|
|||||||
atl_startup_systemd_params:
|
atl_startup_systemd_params:
|
||||||
- "Environment=JDBC_DRIVER={{ atl_db_driver }}"
|
- "Environment=JDBC_DRIVER={{ atl_db_driver }}"
|
||||||
- "Environment=JDBC_DIALECT={{atl_jdbc_dialect}}"
|
- "Environment=JDBC_DIALECT={{atl_jdbc_dialect}}"
|
||||||
- "Environment=JDBC_USER={{ atl_jdbc_user }}"
|
- "Environment=JDBC_USER={{ atl_jdbc_user_login }}"
|
||||||
- "Environment=JDBC_PASSWORD={{ atl_jdbc_password }}"
|
- "Environment=JDBC_PASSWORD={{ atl_jdbc_password }}"
|
||||||
- "Environment=JDBC_URL={{ atl_jdbc_url }}"
|
- "Environment=JDBC_URL={{ atl_jdbc_url }}"
|
||||||
|
|
||||||
atl_jdbc_encoding: 'UNICODE'
|
atl_jdbc_encoding: 'UNICODE'
|
||||||
atl_jdbc_collation: 'Latin1_General_CS_AS'
|
atl_jdbc_collation: 'C'
|
||||||
atl_jdbc_ctype: 'C'
|
atl_jdbc_ctype: 'C'
|
||||||
atl_jdbc_template: 'template0'
|
atl_jdbc_template: 'template0'
|
||||||
|
|
||||||
|
|||||||
@@ -123,7 +123,7 @@
|
|||||||
positional_args:
|
positional_args:
|
||||||
- "{{ atl_tomcat_scheme }}://{{ atl_proxy_name }}{{ atl_tomcat_contextpath }}/crowd"
|
- "{{ atl_tomcat_scheme }}://{{ atl_proxy_name }}{{ atl_tomcat_contextpath }}/crowd"
|
||||||
when:
|
when:
|
||||||
- atl_db_engine == "postgres"
|
- atl_db_engine == "rds_postgres"
|
||||||
- atl_proxy_name is defined
|
- atl_proxy_name is defined
|
||||||
- atl_tomcat_scheme is defined
|
- atl_tomcat_scheme is defined
|
||||||
- db_created is undefined or not db_created.changed
|
- db_created is undefined or not db_created.changed
|
||||||
|
|||||||
Reference in New Issue
Block a user