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

7 lines
251 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"