Hello,
I am new to vagrant … this topic was probably discussed earlier and maybe multiple times … but I got no answer from ChatGPT or was not able to find here … official docs does not say anything about it.
I am sorry for this question, but I just want to get clear and final answer.
My issue is that I want to provision my VMs with Vagrat and have in VMs only one network interface with bridge type … I would like to automate the IP from VMs to vagrant ssh-config in vagrant commands.
Do anyone know:
Where I can find vagrant source code where vagrant ssh-config generated - what class, object. What is the flow of vagrant apis to generate VM, ssh-config?
Or how can I config my vagratfile so vagrant ssh-config gets IP from dhcp?