Git Product home page Git Product logo

ansible-kibana's Introduction

ansible-kibana

An Ansible role for installing and configuring Kibana.

Role Variables

  • kibana_version - Kibana version to install (default: 4.0.1)
  • kibana_os - Kibana operating system build (default: linux)
  • kibana_arch - Kibana architecture build (default: x64)
  • kibana_dir - Directory to extract the Kibana archive (default: /opt)
  • kibana_host - Kibana address to bind to (default: 0.0.0.0)
  • kibana_port - Kibana port (default: 5601)
  • kibana_elasticsearch - ElasticSearch endpoint (default: http://localhost:9200)
  • kibana_index - Name of Kibana index in ElasticSearch (default: .kibana)
  • kibana_log - Kibana log path (default: /var/log/kibana.log)
  • kibana_log_rotate_count - Kibana log rotation count (default: 5)
  • kibana_log_rotate_interval - Kibana log rotation interval (default: daily)
  • kibana_ca - Certificate
  • kibana_ssl_key_file - Key file
  • kibana_ssl_cert_file - Cert file
  • kibana_verify_ssl - set to false to have a complete disregard for the validity of the SSL cert.
  • kibana_elasticsearch_username - basic auth username for maintaining the kibana_index
  • kibana_elasticsearch_password - basic auth password for maintaining the kibana_index
  • kibana_service_startonboot - start kibana service on boot - default no
  • kibana_service_state - kibana service state - default enabled

Include role in a larger playbook

Add this role as a git submodule

Assuming your playbook structure is such as:

- my-master-playbook
  |- vars
  |- roles
  |- my-master-playbook-main.yml
  \- my-master-inventory.ini

Checkout this project as a submodule under roles:

$  cd roles
$  git submodule add https://github.com/comperiosearch/ansible-kibana.git ./kibana
$  git submodule update --init
$  git commit ./submodule -m "Added submodule as ./subm"

Include this playbook as a role in your master playbook

Example my-master-playbook-main.yml:

---

#########################
# Kibana install #
#########################

- hosts: all_nodes
  user: ubuntu
  sudo: yes

  roles:
    - kibana

  vars_files:
    - vars/my-vars.yml

ansible-kibana's People

Contributors

babadofar avatar hectcastro avatar mewwts avatar notthatbreezy avatar

Watchers

 avatar  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.