mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
MirrorManager: set SERVER_NAME to generate URLs in cronjobs
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -55,6 +55,10 @@ OIDC_CLIENT_SECRETS = "/etc/mirrormanager-secrets/client_secrets.json"
|
||||
# to be recognized as an admin.
|
||||
ADMIN_GROUP = ["sysadmin-main", "sysadmin-web"]
|
||||
|
||||
# Official URL of MirrorManager. This is needed for the crawler to send emails with full URLs to MirrorManager
|
||||
SERVER_NAME = "{{ mirrormanager_hostname }}"
|
||||
PREFERRED_URL_SCHEME = "https"
|
||||
|
||||
# Email of the admin to which send notification or error
|
||||
# ADMIN_EMAIL = "admin@fedoraproject.org"
|
||||
ADMIN_EMAIL = "abompard@fedoraproject.org"
|
||||
|
||||
Reference in New Issue
Block a user