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 182a899 commit efc0786Copy full SHA for efc0786
elk/Vagrantfile
@@ -20,7 +20,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
20
logs.vm.network :private_network, ip: "192.168.9.90"
21
22
logs.vm.provision :ansible do |ansible|
23
- ansible.compatibility_mode = "2.0"
24
ansible.playbook = "provisioning/elk/main.yml"
25
ansible.inventory_path = "provisioning/elk/inventory"
26
ansible.become = true
@@ -33,7 +32,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
33
32
web.vm.network :private_network, ip: "192.168.9.91"
34
35
web.vm.provision :ansible do |ansible|
36
37
ansible.playbook = "provisioning/web/main.yml"
38
ansible.inventory_path = "provisioning/web/inventory"
39
0 commit comments