freedomofpress / ansible-role-elk

Installs a turnkey ELK stack for log aggregation and analysis, with optional Riemann support for alerting
18 stars 13 forks source link

Supports dry run mode via --check playbook flag #47

Closed conorsch closed 8 years ago

conorsch commented 8 years ago

The read-only task for registering a list of installed logstash plugins must run in order for the subsequent task that inspects the list results to complete. This single, one-line change enables the entire role to be run with the --check option (assuming it's already been applied once).