browbeat/ansible/install/elk-client.yml
akrzos 41681ebcbd Fix for proxy environment vars
* Ignore errors on install of sysstat
* Fixes for ELK playbook (if SELinux is disabled)
* Doc updates

Change-Id: I4ac94e3a3cb5b2558a727e8761e2506ba0b62df2
2017-06-14 08:58:33 -04:00

11 lines
150 B
YAML

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