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

17 lines
288 B
Plaintext
Raw Permalink 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 }}
2020-12-23 09:12:56 +00:00
; https ca, not for ssl auth
serverca = {{ koji_hub_ca }}