mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 19:42:55 +08:00
Koschei: switch kojipkgs URL to https in staging
This commit is contained in:
@@ -13,11 +13,7 @@ config = {
|
||||
"koji_config": {
|
||||
"server": "https://{{ koschei_koji_hub }}/kojihub",
|
||||
"weburl": "https://{{ koschei_koji_web }}/koji",
|
||||
{% if env == 'staging' %}
|
||||
"topurl": "http://{{ koschei_kojipkgs }}",
|
||||
{% else %}
|
||||
"topurl": "https://{{ koschei_kojipkgs }}",
|
||||
{% endif %}
|
||||
"login_method": "krb_login",
|
||||
"login_args": {
|
||||
"keytab": "/etc/krb5.koschei_{{ inventory_hostname }}.keytab",
|
||||
|
||||
Reference in New Issue
Block a user