Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ajgarlag/ansible-kibana4

Ansible role to install Kibana4.
https://github.com/ajgarlag/ansible-kibana4

Last synced: 12 days ago
JSON representation

Ansible role to install Kibana4.

Awesome Lists containing this project

README

        

ajgarlag.kibana4
================

Ansible role to install Kibana4.

[![Build Status](https://travis-ci.org/ajgarlag/ansible-kibana4.svg?branch=master)](https://travis-ci.org/ajgarlag/ansible-kibana4)

Role Variables
--------------

* **ajgarlag_kibana4_version**: Version of kibana4 to install (defaults to `4.0.2`)
* **ajgarlag_kibana4_settings**: Dict of parameters to write into the kibana4 config file (defaults to `{}`).

Example Playbook
----------------

```yml
- hosts: all
roles:
- role: ajgarlag.kibana4
ajgarlag_kibana4_settings:
"elasticsearch_url": "http://127.0.0.1:9200"
```

License
-------

MIT

Author Information
------------------

Developed with ♥ by [Antonio J. García Lagar](http://aj.garcialagar.es).