vsphere_guest distributed virtual switch configuration


vsphere_guest really efficient tool while working VMware. It has many many feature to boot machine by using Ansible. While working with it I think there is good examples to understand how it works but in my opinion nobody has time to try and work with all examples with all different parameters.

I had problem such a little confusing problem about network.

It has many many features and variables that control source of computer. Just I’ll give partial part of Playbook file.

While I was running on standart network configuration there was not any problem about connecting to network in my test machine.

Error

Problem was look like that from vCenter

distributed virtual switch

As you see network label is empty area and device status not clicked

But when I wanted to use the same Playbook file with with distributed network there was problem that is not easy to understand. I tried to debugging from ansible-playbook -vvvv  option but there was not any problem about it which is related network.

Solution

Then I realised this network is distributed virtual switch and change network_type as like dvs.

This lines changed network settings and machine connected Internet easily with this configurations.

Happy Booting 🙂