mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
ITOPSENG-277 allow cloned to update the jdbc_user password
This commit is contained in:
@@ -1,16 +1,16 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- block:
|
- name: Create application DB user
|
||||||
|
postgresql_user:
|
||||||
|
login_host: "{{ atl_db_host }}"
|
||||||
|
login_user: "{{ atl_db_root_user }}"
|
||||||
|
login_password: "{{ atl_db_root_password }}"
|
||||||
|
port: "{{ atl_db_port }}"
|
||||||
|
name: "{{ atl_jdbc_user }}"
|
||||||
|
password: "{{ atl_jdbc_password }}"
|
||||||
|
expires: 'infinity'
|
||||||
|
|
||||||
- name: Create application DB user
|
- block:
|
||||||
postgresql_user:
|
|
||||||
login_host: "{{ atl_db_host }}"
|
|
||||||
login_user: "{{ atl_db_root_user }}"
|
|
||||||
login_password: "{{ atl_db_root_password }}"
|
|
||||||
port: "{{ atl_db_port }}"
|
|
||||||
name: "{{ atl_jdbc_user }}"
|
|
||||||
password: "{{ atl_jdbc_password }}"
|
|
||||||
expires: 'infinity'
|
|
||||||
|
|
||||||
- name: Update root privs for new user
|
- name: Update root privs for new user
|
||||||
postgresql_privs:
|
postgresql_privs:
|
||||||
|
|||||||
Reference in New Issue
Block a user