koji: Add playbooks for Koji

The `koji.yml` playbook can be used to deploy an entire Koji ecosystem.
It is composed of three smaller playbooks:

* `koji-hub.yml`: Deploys the Koji hub, GC, and Kojira
* `koji-web.yml`: Deploys the Koji Web GUI
* `koji-builder.yml`: Deploys the Koji builder
This commit is contained in:
2018-08-12 10:09:20 -05:00
parent a0dd911a63
commit f9cba30582
5 changed files with 35 additions and 0 deletions

4
koji-web.yml Normal file
View File

@@ -0,0 +1,4 @@
- hosts: koji-web
roles:
- apache
- koji-web