[trees] - disable synced folder and updated README.md

This commit is contained in:
neutron 2018-08-04 11:55:42 +02:00
parent 211fdbfea6
commit 83a6139730
No known key found for this signature in database
GPG Key ID: A28AC011EE5EF8C1
2 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,7 @@ steps:
To use this box you need the following software:
- [Ansible](https://www.ansible.com/) (> 2.0)
- [Ansible](https://www.ansible.com/) (>= 2.4)
- [VirtualBox](https://www.virtualbox.org/)
- [Vagrant](https://www.vagrantup.com/)

1
vagrant/Vagrantfile vendored
View File

@ -15,6 +15,7 @@ Vagrant.configure("2") do |config|
end
config.ssh.forward_agent = true
config.vm.synced_folder '.', '/vagrant', disabled: true
#############################################################
# Ansible provisioning (you need to have ansible installed)