Add missing vars for koschei.cloud

This commit is contained in:
Mikolaj Izdebski 2015-04-27 18:45:59 +00:00
parent 3b67f74b90
commit b7a17d72cd
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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"