GSA/ansible-role-kibana

Name: ansible-role-kibana

Owner: U.S. General Services Administration

Description: Ansible Role - Kibana

Forked from: geerlingguy/ansible-role-kibana

Created: 2017-09-19 14:27:31.0

Updated: 2017-09-15 20:44:06.0

Pushed: 2017-09-19 14:50:20.0

Homepage: https://galaxy.ansible.com/geerlingguy/kibana/

Size: 25

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Ansible Role: Kibana

Build Status

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

Requirements

None.

Role Variables

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

kibana_version: "4.6"

The version of kibana to install (major and minor only).

kibana_server_port: 5601
kibana_server_host: "0.0.0.0"

The FQDN or IP address and port Kibana should use.

kibana_elasticsearch_url: "http://localhost:9200"

The URL (including port) over which Kibana will connect to Elasticsearch.

Dependencies

None.

Example Playbook
- hosts: kibana
  roles:
    - geerlingguy.kibana
License

MIT / BSD

Author Information

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


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.