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