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:
10
roles/koji-hub/defaults/main.yml
Normal file
10
roles/koji-hub/defaults/main.yml
Normal 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
|
||||
Reference in New Issue
Block a user