mirror of
https://github.com/rocky-linux/ansible-role-kojihub.git
synced 2024-11-22 04:41:31 +00:00
fixes
This commit is contained in:
parent
5b61c5f751
commit
eacabeee1c
@ -64,7 +64,7 @@ koji_hub_proxy_principals: koji/kojiweb@ROCKYLINUX.ORG
|
|||||||
koji_hub_keytab: /etc/koji.keytab
|
koji_hub_keytab: /etc/koji.keytab
|
||||||
koji_hub_principal_format: compile/%s@ROCKYLINUX.ORG
|
koji_hub_principal_format: compile/%s@ROCKYLINUX.ORG
|
||||||
# This should be sufficient even for LE
|
# This should be sufficient even for LE
|
||||||
koji_hub_ca: /etc/pki/tls/certs/ca-bundle.crt
|
koji_hub_ca: "{{ koji_web_cacert }}"
|
||||||
|
|
||||||
# Koji FAS Syncing
|
# Koji FAS Syncing
|
||||||
# This isn't implemented yet
|
# This isn't implemented yet
|
||||||
|
@ -5,3 +5,4 @@ logfile=/var/log/kojira.log
|
|||||||
;with_src=no
|
;with_src=no
|
||||||
principal = {{ koji_kojira_principal }}
|
principal = {{ koji_kojira_principal }}
|
||||||
keytab = {{ koji_kojira_keytab }}
|
keytab = {{ koji_kojira_keytab }}
|
||||||
|
serverca = {{ koji_hub_ca }}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[web]
|
[web]
|
||||||
SiteName = {{ koji_sitename }}
|
SiteName = {{ koji_sitename }}
|
||||||
{% if koji_custom_theme %}
|
{% if koji_theme %}
|
||||||
KojiTheme = {{ koji_theme }}
|
KojiTheme = {{ koji_theme_name }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# Key urls
|
# Key urls
|
||||||
|
Loading…
Reference in New Issue
Block a user