Ansible environment for learning purposes.
To see a list of vagrant command options, check it out on Vagrant small cheat sheet
When running, some errors can occur, it will depend on your system and of the versions of the tools.
Update vagrant-vbguest
.
vagrant plugin uninstall vagrant-vbguest
vagrant plugin install vagrant-vbguest --plugin-version 0.30 # check the last version at https://github.com/dotless-de/vagrant-vbguest
vagrant plugin update
vagrant sshsf <target>
ERROR: Internal error. Report this as a bug. Invalid: sshfs
fedora
sudo dnf install fuse-sshfs
ERROR:
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: 172.16.0.100
Ranges: 192.168.56.0/21
Valid ranges can be modified in the /etc/vbox/networks.conf file. For
more information including valid format see:
https://www.virtualbox.org/manual/ch06.html#network_hostonly
Change the ip range in boxes.yaml