We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Oops! Sorry about that, you're correct. I'll have this fixed in the book version 1.23, coming soon!
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: