mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 20:12:54 +08:00
Install koji client config file on Koschei
This commit is contained in:
@@ -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"
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user