browbeat/ansible/install/elk-openstack-client.yml
akrzos 97bc7bc21e Small fixes/updates to collectd install
+ Fix installing collectd on cephstorage host type
+ Remove old collectd configuration documentation
+ Have check playbook run against cephstorage hosts (previously it was just ceph)

Change-Id: Ic53351da1a6fd9951984301ec16ba75fdd0fe1c7
2017-01-12 10:04:49 -05:00

14 lines
256 B
YAML

---
#
# Playbook to install the ELK client
#
- hosts: undercloud
remote_user: "{{ local_remote_user }}"
roles:
- { role: filebeat }
- hosts: controller,compute,cephstorage
remote_user: "{{ host_remote_user }}"
roles:
- { role: filebeat }