diff options
Diffstat (limited to 'vagrant/.vagrant.d/Vagrantfile')
-rw-r--r-- | vagrant/.vagrant.d/Vagrantfile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/vagrant/.vagrant.d/Vagrantfile b/vagrant/.vagrant.d/Vagrantfile deleted file mode 100644 index 4c69c88..0000000 --- a/vagrant/.vagrant.d/Vagrantfile +++ /dev/null @@ -1,7 +0,0 @@ -# -*- mode: ruby -*- -Vagrant.configure(2) do |config| - config.vm.provision "ansible" do |ansible| - ansible.playbook = "#{File.dirname(__FILE__)}/ansible/site.yml" - ansible.limit = "all" - end -end |