geerlingguy / geerlingguy/ansible-for-devops
Win11 VirtualBox defaults the "host-only" networks to the 192.168.56.xxx range
- Dominant language
- Python
- Stars
- 9.9k
- Forks
- 3.8k
- PR merge metrics
- No merged PRs in 30d
Description
With the latest (as of 10 June 2022) _ansible-for-devops_ clone in the **drupal** directory, invoking `vagrant up` fails with the following error message:
> The IP address configured for the host-only network is not within the
allowed ranges. Please update the address used to be within the allowed
ranges and run the command again.
Address: 192.168.88.8
Ranges: 192.168.56.0/21
While I fixed this in my clone directory, I suspect this is everywhere in the whole repository.
See https://www.virtualbox.org/manual/ch06.html#network_hostonly for official reason and possibly other work-a-rounds.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.