Added tip about how to keep Virtualbox Guest Additions automatically up to date with Vagrant
This commit is contained in:
parent
609ac2c3fa
commit
18f196a8e0
1 changed files with 8 additions and 1 deletions
|
@ -107,5 +107,12 @@ Open a terminal and run:
|
||||||
ansible-playbook -i /vagrant/provisioning/inventory.sample /vagrant/provisioning/playbook.yml -c local
|
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
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue