--- # 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_rhol_crc" # Deploy CRC using install_yamls cifmw_rhol_crc_use_installyamls: false cifmw_rhol_crc_kubeadmin_pwd: 12345678 # Toggle ci_make dry_run parameter cifmw_rhol_crc_dryrun: false # Binary variables: cifmw_rhol_crc_version: "2.39.0" cifmw_rhol_crc_tarball_name: crc-linux-amd64.tar.xz cifmw_rhol_crc_tarball_checksum_name: crc-linux-amd64.tar.xz.sha256 cifmw_rhol_crc_mirror_uri: >- https://mirror.openshift.com/pub/openshift-v4/clients/crc cifmw_rhol_crc_base_url: >- {{ (cifmw_rhol_crc_mirror_uri, cifmw_rhol_crc_version) | join('/') }} # In case we don't use cifmw_basedir it will get the # base_dir of the project if .git exists - change dir # does not affect other tasks: cifmw_rhol_crc_basedir: "{{ cifmw_basedir }}" cifmw_rhol_crc_binary_folder: "{{ ansible_user_dir }}/bin" cifmw_rhol_crc_binary: "{{ cifmw_rhol_crc_binary_folder }}/crc" cifmw_rhol_crc_force_cleanup: false cifmw_rhol_crc_reuse: true # Check the default values in vars cifmw_rhol_crc_config: {} # Link parameters to manage_secrets role cifmw_rhol_crc_pullsecret_dest: "{{ ansible_user_dir }}/pull-secret.json" cifmw_rhol_crc_pullsecret_file: null cifmw_rhol_crc_pullsecret_content: null # crc kubeconfig file cifmw_rhol_crc_kubeconfig: "{{ ansible_user_dir }}/.crc/machines/crc/kubeconfig" cifmw_rhol_crc_creds: false