Ansible/playbook/linux/elastic/install-metricbeat.yml
2019-04-30 13:36:32 -07:00

19 lines
432 B
YAML

---
- name: Install Metricbeat
hosts: elasticClients
tasks:
- name: Install Metricbeat
become: true
include_role:
name: luther38.metricbeat
vars:
kibana_host: 172.20.0.142
elasticsearch_hosts: '["172.20.0.142:9200"]'
systemd_enable_service: true
systemd_restart_service: true