ansible-roles/filebeat
Jérémy Lecour ff233b65a6
remove check-mode protection for handlers
handlers are not supposed to be executed in check-mode since no change should happen in check-mode.
If there is a corner case we should deal with it at the source, not at the handler level.
2024-02-06 08:39:38 +01:00
..
defaults Use proper keyrings directory for APT version 2022-11-02 23:16:32 +01:00
files Add Elastic GPG key to kibana, filebeat, logstash, metricbeat roles 2021-05-25 15:10:04 +02:00
handlers remove check-mode protection for handlers 2024-02-06 08:39:38 +01:00
meta Update Galaxy metadata (company, platforms and galaxy_tags) 2021-06-28 15:26:28 +02:00
tasks Ensure {{ apt_keyring_dir }} directory exists 2023-07-25 10:59:53 +02:00
templates Install deb822 sources on Debian >=12 2023-03-20 15:43:34 +01:00
tests Add tests for many roles 2017-05-18 15:44:21 +02:00
.kitchen.yml Kitchen: Change base image to evolix/ansible 2017-06-02 08:38:08 -04:00
README.md Filebeat: remove the Kibana dashboard install 2016-12-21 16:12:27 +01:00

README.md

filebeat

Install Filebeat.

Tasks

Everything is in the tasks/main.yml file.

Available variables

  • filebeat_logstash_plugin: install Logstash plugin (defaults to false);