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.
7 lines
121 B
YAML
7 lines
121 B
YAML
- name: update ca trust
|
|
command: update-ca-trust
|
|
- name: restart kojira
|
|
service:
|
|
name=kojira
|
|
state=restarted
|