This is an Ansible role for installation of Kibana.
You might also want to look at
- an Ansible role for nginx
- an Ansible role for ElasticSearch
Installs Kibana.
Creates the files:
/var/log/kibana
-- log directory
Creates a kibana
system service.
Use the role in a playbook like this:
- hosts: all
roles:
- kibana