mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
ODCS: Install releng keytab on odcs-backend01 until we get odcs-backend-releng01 again.
This commit is contained in:
@@ -5,7 +5,7 @@ topurl = https://kojipkgs.fedoraproject.org/
|
||||
authtype = kerberos
|
||||
krb_rdns = false
|
||||
|
||||
{% if inventory_hostname.startswith('odcs-backend-releng') %}
|
||||
{% if inventory_hostname.startswith('odcs-backend01') %}
|
||||
principal = releng@FEDORAPROJECT.ORG
|
||||
keytab = /etc/krb5.releng.keytab
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user