diff --git a/playbooks/groups/osbs-master.yml b/playbooks/groups/osbs-master.yml index 8cb0bbba28..452c039980 100644 --- a/playbooks/groups/osbs-master.yml +++ b/playbooks/groups/osbs-master.yml @@ -145,13 +145,13 @@ registry_uri: 'https://registry.stg.fedoraproject.org/v2', source_registry_uri: 'https://registry.stg.fedoraproject.org/v2', build_host: 'osbs.stg.fedoraproject.org', - koji_root: 'http://koji.stg.fedoraproject.org/koji', - koji_hub: 'http://koji.stg.fedoraproject.org/kojihub', + koji_root: 'https://koji.stg.fedoraproject.org/koji', + koji_hub: 'https://koji.stg.fedoraproject.org/kojihub', sources_command: 'fedpkg sources', build_type: 'prod', authoritative_registry: 'registry.example.com', vendor: 'Fedora Project', - verify_ssl: false, + verify_ssl: true, use_auth: true, builder_use_auth: true, distribution_scope: 'private', @@ -175,13 +175,13 @@ registry_uri: 'https://osbs.fedoraproject.org/v2', source_registry_uri: 'https://osbs.fedoraproject.org/v2', build_host: 'osbs.fedoraproject.org', - koji_root: 'http://koji.fedoraproject.org/koji', - koji_hub: 'http://koji.fedoraproject.org/kojihub', + koji_root: 'https://koji.fedoraproject.org/koji', + koji_hub: 'https://koji.fedoraproject.org/kojihub', sources_command: 'fedpkg sources', build_type: 'prod', authoritative_registry: 'registry.example.com', vendor: 'Fedora Project', - verify_ssl: false, + verify_ssl: true, use_auth: true, builder_use_auth: true, distribution_scope: 'private',