nix-config/ansible/roles/elastic.beats/test/integration/standard-6x.yml

17 lines
387 B
YAML
Raw Normal View History

2019-08-13 16:19:51 +02:00
---
- name: wrapper playbook for kitchen testing "beats"
hosts: localhost
roles:
2021-03-04 18:32:20 +01:00
- role: ansible-beats
beat: filebeat
beat_conf:
filebeat:
prospectors:
- paths:
- /var/log/*.log
input_type: log
registry_file: /var/lib/filebeat/registry
2019-08-13 16:19:51 +02:00
vars:
2021-04-10 16:23:24 +02:00
beats_version: 6.8.15
2021-03-04 18:32:20 +01:00
use_repository: "true"