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
5 lines
51 B
YAML
5 lines
51 B
YAML
- hosts: koji-web
|
|
roles:
|
|
- apache
|
|
- koji-web
|