41681ebcbd
* Ignore errors on install of sysstat * Fixes for ELK playbook (if SELinux is disabled) * Doc updates Change-Id: I4ac94e3a3cb5b2558a727e8761e2506ba0b62df2
16 lines
318 B
YAML
16 lines
318 B
YAML
---
|
|
#
|
|
# Playbook to install the ELK client
|
|
#
|
|
- hosts: undercloud
|
|
remote_user: "{{ local_remote_user }}"
|
|
roles:
|
|
- { role: filebeat }
|
|
environment: "{{proxy_env}}"
|
|
|
|
- hosts: controller,compute,cephstorage
|
|
remote_user: "{{ host_remote_user }}"
|
|
roles:
|
|
- { role: filebeat }
|
|
environment: "{{proxy_env}}"
|