Skip to content

Commit

Permalink
PR #206: Remove compatibility_mode setting from ELK Vagrantfile for c…
Browse files Browse the repository at this point in the history
…onsistency.
  • Loading branch information
geerlingguy committed Jul 20, 2020
1 parent 182a899 commit efc0786
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions elk/Vagrantfile
Expand Up @@ -20,7 +20,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
logs.vm.network :private_network, ip: "192.168.9.90"

logs.vm.provision :ansible do |ansible|
ansible.compatibility_mode = "2.0"
ansible.playbook = "provisioning/elk/main.yml"
ansible.inventory_path = "provisioning/elk/inventory"
ansible.become = true
Expand All @@ -33,7 +32,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
web.vm.network :private_network, ip: "192.168.9.91"

web.vm.provision :ansible do |ansible|
ansible.compatibility_mode = "2.0"
ansible.playbook = "provisioning/web/main.yml"
ansible.inventory_path = "provisioning/web/inventory"
ansible.become = true
Expand Down

0 comments on commit efc0786

Please sign in to comment.