nix-config/ansible/roles/elastic.beats/test/integration/standard.yml
Daniel Poelzleithner 8ad9488998 update elastic
2021-03-04 18:32:20 +01:00

15 lines
296 B
YAML

---
- name: wrapper playbook for kitchen testing "beats"
hosts: localhost
roles:
- role: ansible-beats
beat: filebeat
beat_conf:
filebeat:
inputs:
- paths:
- /var/log/*.log
type: log
vars:
use_repository: true