Third paragraph of "ELK Playbook" section in Chapter 8, The sentence before the main playbook on page 212 of the pdf ends with:
.. saved as provisioning/elk/playbook.yml:
The name of the playbook in the sentence should be:
provisioning/elk/main.yml
This change matches what is specified in the Vagrantfile on pdf page 215:
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
as well as the name of the playbook in the book's examples on github.
Third paragraph of "ELK Playbook" section in Chapter 8, The sentence before the main playbook on page 212 of the pdf ends with:
.. saved as provisioning/elk/playbook.yml:
The name of the playbook in the sentence should be:
provisioning/elk/main.yml
This change matches what is specified in the Vagrantfile on pdf page 215:
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
as well as the name of the playbook in the book's examples on github.