Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/angristan/ansible-kibana

Ansible role for Kibana
https://github.com/angristan/ansible-kibana

ansible debian elastic kibana ubuntu

Last synced: 14 days ago
JSON representation

Ansible role for Kibana

Awesome Lists containing this project

README

        

# Ansible role for Kibana

This is a simple role that will install Kibana on Debian/Ubuntu from the official APT repo.

The configuration (`kibana.yml`) is done via variables (see `defaults/main.yml`).

## Sample playbook

```yaml
---

- hosts: myhost
roles:
- name: kibana
tags: kibana
vars:
kibana_server_host: 0.0.0.0
kibana_server_name: My Kibana
```