Skip to content

Commit

Permalink
Require at least Vagrant 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davestephens committed Dec 28, 2018
1 parent 1c09569 commit 4d78098
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
Vagrant.require_version ">= 1.7.0"
Vagrant.require_version ">= 2.2.2"

Vagrant.configure(2) do |config|
config.vm.box = "ubuntu/bionic64"

config.ssh.insert_key = false
config.vm.network "private_network", ip: "172.30.1.5"

config.ssh.insert_key = false

config.vm.provision "ansible_local" do |ansible|
ansible.compatibility_mode = "2.0"
ansible.galaxy_role_file = "requirements.yml"
ansible.playbook = "nas.yml"
ansible.become = true
Expand Down

0 comments on commit 4d78098

Please sign in to comment.