--- # 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_virtualbmc" cifmw_virtualbmc_image: "quay.io/metal3-io/vbmc:latest" cifmw_virtualbmc_container_name: "cifmw-vbmc" cifmw_virtualbmc_listen_address: "127.0.0.1" cifmw_virtualbmc_daemon_port: 50891 cifmw_virtualbmc_machine: null cifmw_virtualbmc_action: null cifmw_virtualbmc_sshkey_path: "{{ ansible_user_dir }}/.ssh/vbmc-key" cifmw_virtualbmc_sshkey_type: "{{ cifmw_ssh_keytype | default('ecdsa') }}" cifmw_virtualbmc_sshkey_size: "{{ cifmw_ssh_keysize | default(521) }}" cifmw_virtualbmc_ipmi_key_path: "/root/ssh/id_rsa_virt_power" cifmw_virtualbmc_ipmi_password: "password" cifmw_virtualbmc_ipmi_address: "{{ cifmw_virtualbmc_listen_address }}" cifmw_virtualbmc_ipmi_user: "admin" cifmw_virtualbmc_ipmi_base_port: 6240 cifmw_virtualbmc_ipmi_uri: >- qemu+ssh://{{ ansible_user_id }}@{{ cifmw_virtualbmc_ipmi_address }}/system?&keyfile={{ cifmw_virtualbmc_ipmi_key_path }}&no_verify=1&no_tty=1