97bc7bc21e
+ 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
14 lines
256 B
YAML
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 }
|