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