I created my own VirtualBox image for a Vagrant supported environment with Building a Vagrant Box from Start to Finish. While I'm provisiong all my projects with ansible I've the attempt to install the latest Virtual Box Guest Additions corresponding to my hosts VirtualBox version with ansible as well. So after digging I stumbled upon the fine working Vagrant plugin dotless-de/vagrant-vbguest.
While the package VirtualBox is developed the Guest Additions are too. Very soon you'll get the error message that your Guest Additions on the box aren't up to date with your hosts version of Virtual Box. The mentioned plugin takes care of that problem. This is a great benefit in companywide development environments. There's no need to install a specific version of the Guest Additions in the box itself nor to provison it by any tool of your choice.
I created my own VirtualBox image for a Vagrant supported environment with Building a Vagrant Box from Start to Finish. While I'm provisiong all my projects with ansible I've the attempt to install the latest Virtual Box Guest Additions corresponding to my hosts VirtualBox version with ansible as well. So after digging I stumbled upon the fine working Vagrant plugin dotless-de/vagrant-vbguest.
While the package VirtualBox is developed the Guest Additions are too. Very soon you'll get the error message that your Guest Additions on the box aren't up to date with your hosts version of Virtual Box. The mentioned plugin takes care of that problem. This is a great benefit in companywide development environments. There's no need to install a specific version of the Guest Additions in the box itself nor to provison it by any tool of your choice.