Add missing vars for koschei.cloud
This commit is contained in:
parent
3b67f74b90
commit
b7a17d72cd
2 changed files with 7 additions and 1 deletions
|
@ -22,6 +22,12 @@
|
|||
- "/srv/private/ansible/vars.yml"
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
vars:
|
||||
- koschei_pgsql_hostname: localhost
|
||||
- koschei_koji_hub: koji.fedoraproject.org
|
||||
- koschei_kojipkgs: kojipkgs.fedoraproject.org
|
||||
- koschei_koji_tag: f23
|
||||
|
||||
roles:
|
||||
- koschei
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# default one.
|
||||
config = {
|
||||
"database_config": {
|
||||
"hostname": "{{ koschei_pgsql_hostname }}",
|
||||
"host": "{{ koschei_pgsql_hostname }}",
|
||||
"username": "koscheiuser",
|
||||
"password": "{{ koschei_pgsql_password }}",
|
||||
"database": "koschei"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue