AZURE-211 Renamed az_* files to azure_*

This commit is contained in:
dbacon
2020-08-25 13:53:07 +01:00
parent 497de6c7bd
commit 67d4ed819c
3 changed files with 3 additions and 3 deletions

View File

@@ -12,12 +12,12 @@
atl_startup_systemd_params:
- "Environment=JDBC_DRIVER={{ atl_db_driver }}"
- "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_URL={{ atl_jdbc_url }}"
atl_jdbc_encoding: 'UNICODE'
atl_jdbc_collation: 'Latin1_General_CS_AS'
atl_jdbc_collation: 'C'
atl_jdbc_ctype: 'C'
atl_jdbc_template: 'template0'

View File

@@ -123,7 +123,7 @@
positional_args:
- "{{ atl_tomcat_scheme }}://{{ atl_proxy_name }}{{ atl_tomcat_contextpath }}/crowd"
when:
- atl_db_engine == "postgres"
- atl_db_engine == "rds_postgres"
- atl_proxy_name is defined
- atl_tomcat_scheme is defined
- db_created is undefined or not db_created.changed