mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 10:23:13 -06:00
AZURE-211 Log Analytics agent
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
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_engine == 'rds_postgres' else atl_db_root_user }}"
|
||||
atl_jdbc_user_login: "{{ atl_jdbc_user+'@'+atl_db_host if atl_db_engine == 'rds_postgres' else atl_jdbc_user }}"
|
||||
atl_jdbc_user_login: "{{ atl_jdbc_user+'@'+atl_db_host if atl_db_engine == 'rds_postgres' else atl_jdbc_user }}"
|
||||
oms_workspace_id: "{{ lookup('env', 'OMS_WORKSPACE_ID') }}"
|
||||
oms_primary_key: "{{ lookup('env', 'OMS_PRIMARY_KEY') }}"
|
||||
Reference in New Issue
Block a user