Install koji client config file on Koschei
This commit is contained in:
parent
af14f84a09
commit
018c8a526f
2 changed files with 17 additions and 0 deletions
|
@ -79,6 +79,14 @@
|
||||||
- koschei
|
- koschei
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
- name: install koji client config file
|
||||||
|
template: >
|
||||||
|
src="koji.conf.j2"
|
||||||
|
dest="/etc/koji.conf"
|
||||||
|
tags:
|
||||||
|
- koschei
|
||||||
|
- config
|
||||||
|
|
||||||
- name: install httpd config file
|
- name: install httpd config file
|
||||||
template: >
|
template: >
|
||||||
src="httpd.conf.j2"
|
src="httpd.conf.j2"
|
||||||
|
|
9
roles/koschei/templates/koji.conf.j2
Normal file
9
roles/koschei/templates/koji.conf.j2
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue