correcting buildmaster db name in buildmaster role
This commit is contained in:
parent
e6e4b14086
commit
f0f19bbaa2
1 changed files with 2 additions and 2 deletions
|
@ -20,10 +20,10 @@
|
||||||
delegate_to: "{{ buildmaster_db_host }}"
|
delegate_to: "{{ buildmaster_db_host }}"
|
||||||
sudo: true
|
sudo: true
|
||||||
sudo_user: postgres
|
sudo_user: postgres
|
||||||
action: postgresql_db db={{ buildmaster_db }}
|
action: postgresql_db db={{ buildmaster_db_name }}
|
||||||
|
|
||||||
- name: ensure user has access to database
|
- name: ensure user has access to database
|
||||||
delegate_to: "{{ buildmaster_db_host }}"
|
delegate_to: "{{ buildmaster_db_host }}"
|
||||||
sudo: true
|
sudo: true
|
||||||
sudo_user: postgres
|
sudo_user: postgres
|
||||||
action: postgresql_user db={{ buildmaster_db }} user={{ buildmaster_db_user }} password={{ buildmaster_db_pw }} role_attr_flags=NOSUPERUSER
|
action: postgresql_user db={{ buildmaster_db_name }} user={{ buildmaster_db_user }} password={{ buildmaster_db_pw }} role_attr_flags=NOSUPERUSER
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue