-
Notifications
You must be signed in to change notification settings - Fork 152
Expand file tree
/
Copy pathmain.yml
More file actions
43 lines (41 loc) · 1.87 KB
/
main.yml
File metadata and controls
43 lines (41 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
# 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: []