Vagrantfile no longer has a manually set IP?

Do the docs need updating? Looks like Vagrantfile has changed significantly and no longer has an option to set the local IP address.

1 Like

Indeed the docs need updating with info from roots/trellis#828. The option to set the local IP still exists, but has moved.

The new vagrant.default.yml groups the default IP and various other configs all in one spot. I believe the idea was that if you’d like to override one of those defaults, you could create a vagrant.local.yml file with override variables/values and they will be merged in.

1 Like