--- # This is local to your desktop/laptop. # We can't use ansible_user_dir here, unless you have the same user on the # hypervisor and locally. # This will be created on the hypervisor. cifmw_path: "{{ ansible_user_dir }}/.crc/bin:{{ ansible_user_dir }}/.crc/bin/oc:{{ ansible_user_dir }}/bin:{{ ansible_env.PATH }}" cifmw_rhol_crc_config: disk-size: 100 memory: 24000 cifmw_use_libvirt: true cifmw_use_uefi: true cifmw_root_partition_id: 4 cifmw_libvirt_manager_compute_amount: 1 cifmw_libvirt_manager_configuration: vms: crc: admin_user: core image_local_dir: "{{ ansible_user_dir }}/.crc/machines/crc/" disk_file_name: "crc.qcow2" disksize: 150 memory: 32 cpus: 24 nets: - public - osp_trunk compute: uefi: "{{ cifmw_use_uefi }}" amount: "{{ [cifmw_libvirt_manager_compute_amount|int, 1] | max }}" root_part_id: "{{ cifmw_root_partition_id }}" image_url: "{{ cifmw_discovered_image_url }}" sha256_image_name: "{{ cifmw_discovered_hash }}" image_local_dir: "{{ cifmw_basedir }}/images/" disk_file_name: "compute-centos-stream-9.qcow2" disksize: 50 memory: 8 cpus: 4 nets: - public - osp_trunk controller: uefi: "{{ cifmw_use_uefi }}" image_url: "{{ cifmw_discovered_image_url }}" root_part_id: "{{ cifmw_root_partition_id }}" sha256_image_name: "{{ cifmw_discovered_hash }}" image_local_dir: "{{ cifmw_basedir }}/images/" disk_file_name: "centos-stream-9.qcow2" disksize: 50 memory: 8 cpus: 4 nets: - public - osp_trunk networks: public: |- public osp_trunk: |- osp_trunk