--- ############################################################################### # Seed node VM configuration. # Name of the seed VM. #seed_vm_name: # Memory in MB. #seed_vm_memory_mb: # Number of vCPUs. #seed_vm_vcpus: # List of volumes. #seed_vm_volumes: # Name of the storage pool for the seed VM volumes. #seed_vm_pool: # Capacity of the seed VM root volume. #seed_vm_root_capacity: # Format of the seed VM root volume. #seed_vm_root_format: # Base image for the seed VM root volume. Default is # "https://cloud.centos.org/centos/8/x86_64/images/CentOS-8-GenericCloud-8.1.1911-20200113.3.x86_64.qcow2". #seed_vm_root_image: # Capacity of the seed VM data volume. #seed_vm_data_capacity: # Format of the seed VM data volume. #seed_vm_data_format: ############################################################################### # Dummy variable to allow Ansible to accept this file. workaround_ansible_issue_8743: yes