Added tip about how to keep Virtualbox Guest Additions automatically up to date with Vagrant

This commit is contained in:
Jan Beilicke 2020-11-29 11:08:38 +00:00
parent 609ac2c3fa
commit 18f196a8e0

View file

@ -107,5 +107,12 @@ Open a terminal and run:
ansible-playbook -i /vagrant/provisioning/inventory.sample /vagrant/provisioning/playbook.yml -c local
```
This will not try to connect to itself via SSH using the defined IP address but instead uses the local connection.
This will not try to connect to itself via SSH using the defined IP address but instead uses the local connection.
### Keep the Virtualbox Guest Additions up to date with Vagrant
Install the Vagrant plugin `vagrant-vbguest`:
```
vagrant plugin install vagrant-vbguest
```