We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e818ec0 commit 21a6666Copy full SHA for 21a6666
1 file changed
Vagrantfile
@@ -1,7 +1,7 @@
1
DOMAIN = ENV.fetch('VAGRANT_DOMAIN', 'example.com'.freeze)
2
3
Vagrant.configure("2") do |config|
4
- config.vm.synced_folder ".", "/vagrant"
+ config.vm.synced_folder ".", "/vagrant", disabled: true
5
6
config.vm.provision("etc_hosts", type: 'ansible') do |ansible|
7
ansible.playbook = "development/playbooks/etc_host.yml"
0 commit comments