The *kojira* role sets up the Koji repository agent to manage
repository metadata for build tags. It runs as a daemon, usually on the
same machine as the Koji hub. A client certificate is required for
authentication, and must be supplied by placing it in the
`certs/koji/{{ inventory_hostname }}` directory.
4 lines
108 B
YAML
4 lines
108 B
YAML
koji_home: /var/lib/koji
|
|
kojihub_host: "{{ ansible_fqdn }}"
|
|
kojihub_url: https://{{ kojihub_host }}/kojihub
|