--- # Copyright Red Hat, Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. # All variables intended for modification should be placed in this file. # All variables within this role should have a prefix of "cifmw_openshift_setup" cifmw_openshift_setup_basedir: "{{ cifmw_basedir }}" cifmw_openshift_setup_dry_run: false cifmw_openshift_setup_create_namespaces: [] cifmw_openshift_setup_skip_internal_registry: false cifmw_openshift_setup_skip_internal_registry_tls_verify: false cifmw_openshift_setup_ca_bundle_path: "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem" cifmw_openshift_setup_digest_mirrors: [] cifmw_openshift_setup_tag_mirrors: [] cifmw_openshift_setup_operator_override_catalog_name: "redhat-operators-4.17" cifmw_openshift_setup_operator_override_catalog_namespace: "openshift-marketplace" cifmw_openshift_setup_operator_override_catalog_image: "registry.redhat.io/redhat/redhat-operator-index:v4.17" cifmw_openshift_setup_apply_marketplace_fix: false cifmw_openshift_setup_samples_registry: "registry.redhat.io" cifmw_openshift_setup_allowed_registries: - "quay.io" - "gcr.io" - "registry.k8s.io" - "registry.redhat.io" - "registry.connect.redhat.com" - "registry-proxy.engineering.redhat.com" - "registry.stage.redhat.io" - "images.paas.redhat.com" - "image-registry.openshift-image-registry.svc:5000" cifmw_openshift_setup_allowed_extra_registries: []