Use correct Koschei database passwords
This commit is contained in:
parent
3e140185bd
commit
8557b40e29
2 changed files with 3 additions and 1 deletions
|
@ -24,6 +24,8 @@
|
|||
|
||||
vars:
|
||||
- koschei_pgsql_hostname: localhost
|
||||
- koscheiuser_db_password: "{{ koschei_pgsql_password }}"
|
||||
- koscheiadmin_db_password: "{{ koschei_pgsql_password }}"
|
||||
- koschei_koji_hub: koji.fedoraproject.org
|
||||
- koschei_kojipkgs: kojipkgs.fedoraproject.org
|
||||
- koschei_koji_tag: f23
|
||||
|
|
|
@ -6,7 +6,7 @@ config = {
|
|||
"database_config": {
|
||||
"host": "{{ koschei_pgsql_hostname }}",
|
||||
"username": "koscheiuser",
|
||||
"password": "{{ koschei_pgsql_password }}",
|
||||
"password": "{{ koscheiuser_db_password }}",
|
||||
"database": "koschei"
|
||||
},
|
||||
"koji_config": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue