Skip to content
New issue

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

Incorrect playbook name in ELK playbook example in 2020-03-21 ebook #254

Closed
mandrews4 opened this issue Apr 29, 2020 · 1 comment
Closed

Comments

@mandrews4
Copy link

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.

@geerlingguy
Copy link
Owner

Oops! Sorry about that, you're correct. I'll have this fixed in the book version 1.23, coming soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants