mirror of
https://github.com/rocky-linux/ansible-role-kojid.git
synced 2024-12-22 02:48:30 +00:00
fix names in vars
This commit is contained in:
parent
2c20240407
commit
07536f427a
@ -15,11 +15,11 @@ kojid_packages:
|
||||
- rng-tools
|
||||
|
||||
kojid_vendor: Rocky
|
||||
kojid_packager: infrastructure@rockylinux.org
|
||||
kojid_packager: releng@rockylinux.org
|
||||
kojid_distribution: Rocky
|
||||
kojid_web_url: https://koji.rockylinux.org/koji
|
||||
kojid_hub_url: https://koji.rockylinux.org/kojihub
|
||||
kojid_files_url: https://koji.rockylinux.org/kojifiles
|
||||
kojid_web_url: https://kojidev.rockylinux.org/koji
|
||||
kojid_hub_url: https://kojidev.rockylinux.org/kojihub
|
||||
kojid_files_url: https://kojidev.rockylinux.org/kojifiles
|
||||
kojid_ca_bundle: /etc/pki/tls/certs/ca-bundle.crt
|
||||
kojid_keytab: /etc/kojid.keytab
|
||||
kojid_smtp_host: smtp.rockylinux.org
|
||||
|
@ -13,7 +13,7 @@ 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"
|
||||
admin_emails="releng@rockylinux.org"
|
||||
;smtphost={{ kojid_smtp_host }}
|
||||
;smtp_user={{ kojid_smtp_user }}
|
||||
;smtp_pass={{ kojid_smtp_pass }}
|
||||
|
Loading…
Reference in New Issue
Block a user