I looked over the errors you are having. I think based on the "Could not resolve hostname" error from the screenshot you posted. The hostnames you give in your inventory (that is, control01, network01, storage01, etc.) must be hostnames that resolve to IP addresses according to the Kolla-Ansible docs at
https://docs.openstack.org/kolla-ansible/latest/user/multinode.html#edit-the-inventory-file. They could have DNS records somewhere, or you can add them to the /etc/hosts file where you are running Kolla-Ansible, for example. But you can also replace them with the IP addresses for the hosts. I think you could replace "control01" with "192.168.0.1" and remove ansible_host. I think "ansible_host" has different usage than how you are using it here, but I could be mistaken. I think, though, if you use a hostname that can resolve to an IP address or replace the hostname with the IP address it should work. Can you give that a try? That is, use: