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:
6
roles/kojira/handlers/main.yml
Normal file
6
roles/kojira/handlers/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- name: update ca trust
|
||||
command: update-ca-trust
|
||||
- name: restart kojira
|
||||
service:
|
||||
name=kojira
|
||||
state=restarted
|
||||
Reference in New Issue
Block a user