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:
4
group_vars/azure_node_local.yml
Normal file
4
group_vars/azure_node_local.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
atl_jdbc_query_params_for_engine:
|
||||
rds_postgres: "?sslmode=require"
|
||||
atl_db_root_user_login: "{{ atl_db_root_user+'@'+atl_db_host if atl_db_host is search('postgres.database.azure.com') else atl_db_root_user }}"
|
||||
atl_jdbc_user_login: "{{ atl_jdbc_user+'@'+atl_db_host if atl_db_host is search('postgres.database.azure.com') else atl_jdbc_user }}"
|
||||
Reference in New Issue
Block a user