roles/kojira: Deploy the Koji repository agent

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.
This commit is contained in:
2018-08-12 10:04:23 -05:00
parent 1a8d7ce29a
commit aed2776e27
4 changed files with 112 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
koji_home: /var/lib/koji
kojihub_host: "{{ ansible_fqdn }}"
kojihub_url: https://{{ kojihub_host }}/kojihub