Ansible/playbook/linux/elastic/install-filebeat.yml

15 lines
366 B
YAML
Raw Normal View History

2019-05-01 16:05:54 -07:00
- name: Install Filebeat
hosts: elasticClients
tasks:
- name: Install Filebeat
include_role:
name: luther38.filebeat
vars:
kibana_host: 172.20.0.142:5601
elasticsearch_hosts: "'172.20.0.142:9200'"
systemd_enabled: true
systemd_restart: true