roles/koji-builder: Deploy the Koji builder

The *koji-builder* role installs and configures the Koji builder
(*kojid*). It supports configuring an HTTP proxy, if required.
This commit is contained in:
2018-08-12 10:10:47 -05:00
parent da4ec1612c
commit a0dd911a63
6 changed files with 567 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
- name: update ca trust
command: update-ca-trust
- name: reload systemd
command: systemctl daemon-reload
- name: restart kojid
service:
name=kojid
state=restarted