An Ansible Role that installs Kibana on RedHat/CentOS or Debian/Ubuntu.
None.
Available variables are listed below, along with default values (see defaults/main.yml
):
kibana_version: "4.6"
The version of kibana to install (major and minor only).
kibana_server_port: 5601
kibana_server_host: "0.0.0.0"
The FQDN or IP address and port Kibana should use.
kibana_elasticsearch_url: "http://localhost:9200"
The URL (including port) over which Kibana will connect to Elasticsearch.
None.
- hosts: kibana
roles:
- geerlingguy.kibana
MIT / BSD
This role was created in 2014 by Jeff Geerling, author of Ansible for DevOps.