browbeat/ansible/install/elk-openstack-client.yml

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}}"