roles/koji-client: Configure the koji client

The *koji-client* role is a generic role that can be used to configure
the Koji client library/`koji` CLI tool. By default, it manages the
default configuration at `/etc/koji`, but by using the
`koji_client_dir`, `koji_client_user`, and `koji_client_id` variables,
it can be used to configure per-user client configuration as well.
This commit is contained in:
2018-08-12 10:05:56 -05:00
parent aed2776e27
commit 6341d972f6
4 changed files with 75 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
[koji]
server = {{ kojihub_url }}
weburl = {{ kojiweb_url }}
topurl = {{ kojifiles_url }}
authtype = ssl
cert = ~/.koji/client.pem
ca = ~/.koji/clientca.crt
serverca = ~/.koji/serverca.crt
anon_retry = yes