Giter Club home page Giter Club logo

ansible-role-kibana's Introduction

Ansible Role: Kibana

Build Status

An Ansible Role that installs Kibana on RedHat/CentOS or Debian/Ubuntu.

Requirements

  • This role was made to work with Nginx; other HTTP servers are not supported at this time.
  • On RedHat-based distributions, the python-passlib library is required, which is available through the EPEL repository. You can enable EPEL by adding the geerlingguy.repo-epel role to your playbook.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

workspace: /root

A workspace where Kibana's download will be stored while configuring Kibana.

kibana_root: /var/www/kibana3

The location of Kibana's base install.

kibana_version: 3.1.2

The version of kibana to install.

kibana_server_name: logs.example.com

The FQDN or IP address of the Kibana server.

kibana_elasticsearch_port: 80

The port where Kibana will connect to Elasticsearch.

kibana_username: kibana
kibana_password: password

Kibana basic HTTP authentication username and password. Please override these with secure credentials!

kibana_password_protect_all: false

If set to false (default), only Kibana configuration resulting in persistent changes (saving or loading dashboards, for example) will be password protected. If set to true, all of Kibana will require password protection via Nginx HTTP basic authentication.

Dependencies

  • geerlingguy.nginx
  • geerlingguy.repo-epel (RedHat/CentOS only)

Example Playbook

- hosts: search
  roles:
    - { role: geerlingguy.nginx }
    - { role: geerlingguy.kibana }

License

MIT / BSD

Author Information

This role was created in 2014 by Jeff Geerling, author of Ansible for DevOps.

ansible-role-kibana's People

Contributors

geerlingguy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.