Our task is related to SRE-Ansible To Install ELK Stack i.e. Write an ansible script to install ELK stack and filebeat locally. To do so, create a directory structure as mentioned below ``` ansible_ELK |_site.yml |_roles |_elasticsearch |_tasks |_main.yml |_logstash |_tasks |_main.yml |_kibana |_tasks |_main.yml |_filebeat |_tasks |_main.yml ``` For creating we are using ``` git clone https://github.com/jekhokie/scriptbox.git cd scriptbox/ansible--elk-stack/ ``` Please provide expertise advice anything wrong here?
Our task is related to SRE-Ansible To Install ELK Stack i.e.
Write an ansible script to install ELK stack and filebeat locally. To do so, create a directory structure as mentioned below
For creating we are using
Please provide expertise advice anything wrong here?