Skip to content
Snippets Groups Projects
Verified Commit 83a61397 authored by neutron's avatar neutron
Browse files

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

parent 211fdbfe
Branches
Tags v2.0.0
1 merge request!9create vagrant testenvironment
......@@ -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/)
......
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment