ansible-role-kojihub/templates/koji-client-config.j2

14 lines
229 B
Plaintext
Raw Normal View History

2020-12-23 03:52:59 +00:00
[koji]
;url of XMLRPC server
server = {{ koji_hub_url }}
;url of web interface
weburl = {{ koji_web_url }}
;url of package download site
topurl = {{ koji_files_url }}
;path to the koji top directory
topdir = {{ koji_mount }}