summaryrefslogtreecommitdiff
path: root/filebeat.yml
blob: a8568d424b15f66d61c06c16149d96dd23d08e4b (plain)
1
2
3
4
5
6
7
8
9
10
11
# Deploy filebeat agent for elk
---
- name: Configure filebeat
  hosts: filebeat
  gather_facts: no
  become: yes
  vars:
    - logstash_host: elk.linaro.org:5044
    - logstash_cert: logstash-beats.crt
  roles:
    - role: filebeat