Install koji client config file on Koschei

This commit is contained in:
Mikolaj Izdebski 2016-02-24 17:56:35 +00:00
parent af14f84a09
commit 018c8a526f
2 changed files with 17 additions and 0 deletions

View file

@ -79,6 +79,14 @@
- koschei
- config
- name: install koji client config file
template: >
src="koji.conf.j2"
dest="/etc/koji.conf"
tags:
- koschei
- config
- name: install httpd config file
template: >
src="httpd.conf.j2"

View file

@ -0,0 +1,9 @@
[koji]
server = http://{{ koschei_koji_hub }}/kojihub
topurl = http://{{ koschei_kojipkgs }}
weburl = http://{{ koschei_koji_web }}/koji
topdir = /mnt/koji
authtype = ssl
cert = /etc/koschei/koschei.pem
ca = /etc/koschei/fedora-ca.cert
serverca = /etc/koschei/fedora-ca.cert