geerlingguy / ansible-for-devops

Ansible for DevOps examples.
https://www.ansiblefordevops.com
MIT License
8.51k stars 3.48k forks source link

requirement.yml version needs to be updated for the ELK cookbook #579

Open brendon-stephens opened 8 months ago

brendon-stephens commented 8 months ago

https://github.com/geerlingguy/ansible-for-devops/blob/master/elk/requirements.yml

These should be updated to reflect the latest versions, as the provisioning on ansible [core 2.16.4] will not work. This is because the imported roles contain "include" directives which have been removed from ansible.

This also requires update on Chapter 9, pg. 235 of the book (version 2023-06-29).