--- - include: baremetal-prep-virthost.yml when: undercloud_type == 'virtual' and environment_type is defined - include: ovb-setup.yml when: undercloud_type == 'ovb' - include: baremetal-full-freeipa.yml when: deploy_supplemental_node|default(false)|bool - include: baremetal-undercloud.yml when: undercloud_type == 'baremetal' and environment_type is defined - include: baremetal-quickstart-extras.yml - include: overcloud-validate-ha.yml when: validate_ha_overcloud|default(false)|bool - include: browbeat-minimal.yml when: enable_minimal_browbeat|default(false)|bool