mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
DCD-224: Fix DB password var.
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
postgresql_user:
|
postgresql_user:
|
||||||
login_host: "{{ atl_db_host }}"
|
login_host: "{{ atl_db_host }}"
|
||||||
login_user: "{{ atl_db_root_user }}"
|
login_user: "{{ atl_db_root_user }}"
|
||||||
login_password: "{{ atl_db_root_user }}"
|
login_password: "{{ atl_db_root_password }}"
|
||||||
port: "{{ atl_db_port }}"
|
port: "{{ atl_db_port }}"
|
||||||
name: "{{ atl_jdbc_user }}"
|
name: "{{ atl_jdbc_user }}"
|
||||||
password: "{{ atl_jdbc_password }}"
|
password: "{{ atl_jdbc_password }}"
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
postgresql_db:
|
postgresql_db:
|
||||||
login_host: "{{ atl_db_host }}"
|
login_host: "{{ atl_db_host }}"
|
||||||
login_user: "{{ atl_db_root_user }}"
|
login_user: "{{ atl_db_root_user }}"
|
||||||
login_password: "{{ atl_db_root_user }}"
|
login_password: "{{ atl_db_root_password }}"
|
||||||
port: "{{ atl_db_port }}"
|
port: "{{ atl_db_port }}"
|
||||||
name: "{{ atl_jdbc_name }}"
|
name: "{{ atl_jdbc_name }}"
|
||||||
owner: "{{ atl_jdbc_user }}"
|
owner: "{{ atl_jdbc_user }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user