mirror of
https://github.com/rocky-linux/ansible-role-kojid.git
synced 2024-11-21 20:51:26 +00:00
smtp
This commit is contained in:
parent
bdf58f4c9c
commit
7e382784d1
@ -35,6 +35,8 @@ kojid_files_url: https://koji.rockylinux.org/kojifiles
|
||||
kojid_ca_bundle: /etc/pki/tls/certs/ca-bundle.crt
|
||||
kojid_keytab: /etc/kojid.keytab
|
||||
kojid_smtp_host: smtp.rockylinux.org
|
||||
kojid_smtp_user: smtpuser
|
||||
kojid_smtp_pass: smtppass
|
||||
kojid_allowed_scm: "git.centos.org:/* git.rockylinux.org:/*"
|
||||
kojid_bugzilla: https://bugs.rockylinux.org
|
||||
|
||||
|
@ -13,7 +13,10 @@ server={{ kojid_hub_url }}
|
||||
topurl={{ kojid_files_url }}
|
||||
use_createrepo_c=True
|
||||
from_addr=Koji Build System <buildsys@rockylinux.org>
|
||||
admin_emails="infrastructure@rockylinux.org"
|
||||
smtphost={{ kojid_smtp_host }}
|
||||
smtp_user={{ kojid_smtp_user }}
|
||||
smtp_pass={{ kojid_smtp_pass }}
|
||||
host_principal_format = compile/%s@ROCKYLINUX.ORG
|
||||
keytab = {{ kojid_keytab }}
|
||||
serverca = {{ kojid_ca_bundle }}
|
||||
|
Loading…
Reference in New Issue
Block a user