You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#325 and #326 are both pretty simple, and virtualbox specific (probably / at least mostly).
For this ticket I want the ability to pass a dict / json of network settings that each provider can handle intelligently, potentially. For starters, we can go with just virtualbox again. Here we could supply data that basically amounts to the vagrant code we'd end up using.
#325 and #326 are both pretty simple, and virtualbox specific (probably / at least mostly).
For this ticket I want the ability to pass a dict / json of network settings that each provider can handle intelligently, potentially. For starters, we can go with just virtualbox again. Here we could supply data that basically amounts to the vagrant code we'd end up using.
For example: the dict =
This actually works pretty nicely because all the
config.vm.network "private_network"
in ruby are simple key/value pairs.Eventually, other providers can have their own relevant network config stored here.
This is especially useful when added to rambo.conf.
The text was updated successfully, but these errors were encountered: