browbeat/ansible/install/elk-client.yml

11 lines
150 B
YAML

---
#
# Playbook to install the ELK stack
#
- hosts: elk-client
remote_user: root
roles:
- { role: filebeat }
environment: "{{proxy_env}}"