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

8 lines
334 B
YAML

---
- name: wrapper playbook for kitchen testing "beats"
hosts: localhost
roles:
- { role: "ansible-beats", beat: "filebeat", beat_conf: {"filebeat": {"prospectors":[{"paths":["/var/log/*.log"],"input_type":"log"}], "registry_file": "/var/lib/filebeat/registry"} } }
vars:
beats_version: 6.7.1
use_repository: "true"