From 2554a35bf77c76067c998cd0e0f6e0ce87b80b58 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Wed, 6 Jul 2016 15:58:13 +0000 Subject: [PATCH] set https for koji endpoints and verify_ssl true Signed-off-by: Adam Miller --- playbooks/groups/osbs-master.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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',