Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

FriendsOfAnsible/ansible-role-kibana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FriendsOfAnsible.kibana

Build Status

Simple role to provision Kibana >= 4.5.x

Requirements

Ansible >= 1.9

Role Variables

- vars:
  kibana_version: "4.5" # kibana version to install

  # debian / ubuntu apt variables
  apt_key_url: https://packages.elastic.co/GPG-KEY-elasticsearch # url for the apt repo key
  apt_repo: "deb http://packages.elastic.co/kibana/{{ kibana_version }}/debian stable main" # apt repo to install kibana from

  node_options: "--max-old-space-size=250" # NodeJS options, by default limiting the memory node will consume

  # kibana config
  kibana_port: 5601 # The port kibana listens to
  kibana_host: "0.0.0.0" # The host to bind the server to.
  elasticsearch_url: "http://localhost:9200" # Elasticsearch host that will be used by Kibana
  kibana_index: ".kibana" # Elasticsearch index where kibana will store its config

Example Playbook

- hosts: servers
  roles:
     - FriendsOfAnsible.kibana

License

MIT

About

Ansible Role to install Kibana >= 4.5.x

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published