diff options
author | Alan Pearce | 2017-03-17 09:48:24 +0100 |
---|---|---|
committer | Alan Pearce | 2017-03-17 09:48:24 +0100 |
commit | 397ce671bb028802d528faf8811101e08557e527 (patch) | |
tree | 6a3b0004c7fcbe334f05a50aad483316c6577887 /vagrant/.vagrant.d/Vagrantfile | |
parent | db6903e6fab9cff359a530ca2eee6ba3c7e44525 (diff) | |
download | dotfiles-397ce671bb028802d528faf8811101e08557e527.tar.lz dotfiles-397ce671bb028802d528faf8811101e08557e527.tar.zst dotfiles-397ce671bb028802d528faf8811101e08557e527.zip |
Re-structure tags to GNU stow format
Diffstat (limited to 'vagrant/.vagrant.d/Vagrantfile')
-rw-r--r-- | vagrant/.vagrant.d/Vagrantfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vagrant/.vagrant.d/Vagrantfile b/vagrant/.vagrant.d/Vagrantfile new file mode 100644 index 0000000..4c69c88 --- /dev/null +++ b/vagrant/.vagrant.d/Vagrantfile @@ -0,0 +1,7 @@ +# -*- 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 |