Hello:
I am using Vagrant as part of a set of scripts and tools (including trellis - roots.io, ansible, and yml playbooks) to create and prepare VMs for testing.
The files and scripts and everything creates a vagrant VirtualBox VM that uses vboxnet0 with the 192.168.56.1 ip address.
However, it appears that there is a way when I created VM Boxes manually with VirtualBox where I created a bridged interface - basically allowing the VM to live natively on my network.
Can anyone point me to how I may accomplish this with the YML playbook files and ansible setup?
Any help would be greatly appreciated.
Thanks,
T