roles/koji-hub: Deploy the Koji Hub

The *koji-hub* role installs and configures the Koji Hub. It requires
Apache and mod_wsgi. Management of client certificates must be done
externally.
This commit is contained in:
2018-08-12 09:33:08 -05:00
parent 943cdddc23
commit 760d3f4aec
7 changed files with 285 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
koji_uid: 998
koji_gid: 996
koji_home: /var/lib/koji
koji_db_name: koji
koji_db_user: "{{ koji_db_name }}"
koji_hub_disable_notifications: False
kojihub_host: '{{ ansible_fqdn }}'
kojiweb_hostname: "{{ kojihub_host }}"
kojiweb_url: https://{{ kojiweb_hostname }}/koji
koji_admin_user: kojiadmin