Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Ciołecki committed Oct 20, 2017
1 parent c21fb32 commit 3c196df
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 23 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017 Jeff Geerling
Copyright (c) 2017 To Reforge

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
49 changes: 29 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,49 +1,58 @@
# Ansible Role: Kibana
# Ansible role for Kibana

[![Build Status](https://travis-ci.org/geerlingguy/ansible-role-kibana.svg?branch=master)](https://travis-ci.org/geerlingguy/ansible-role-kibana)
[![Build Status](https://travis-ci.org/ToReforge/ansible.kibana.svg?branch=master)](https://travis-ci.org/ToReforge/ansible.kibana) [![Ansible Galaxy](https://img.shields.io/badge/ansible--galaxy-ToReforge.kibana-blue.svg)](https://galaxy.ansible.com/ToReforge/kibana/)

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

## Requirements

None.
An Ansible Role that installs Kibana on RedHat/CentOS or Debian/Ubuntu. This is a fork of [geerlingguy.kibana](https://github.com/geerlingguy/ansible-role-kibana) role.

## Role Variables

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


The version of kibana to install (major and state options)

kibana_major_version: "5.x"
kibana_install_state: present

kibana_config_file_path: "/etc/kibana/kibana.yml"
Kibana configuration file path

kibana_elasticsearch_url: "http://localhost:9200"
kibana_config_file_path: "/etc/kibana/kibana.yml"

Kibana elasticsearch configs

kibana_elasticsearch_url: "http://localhost:9200"
kibana_elasticsearch_username: kiadmin
kibana_elasticsearch_password: yourmagicpassword

The version of kibana to install (major and minor only).
Kibana http server configs

kibana_server_port: 5601
kibana_server_host: "0.0.0.0"

The FQDN or IP address and port Kibana should use.
## Installation methods

kibana_elasticsearch_url: "http://localhost:9200"
Binary packages from the github repository (role name: ansible.kibana)

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

## Dependencies

None.
Ansible Galaxy: `ansible-galaxy install ToReforge.kibana` (role name: ToReforge.kibana)

## Example Playbook

- hosts: kibana
roles:
- geerlingguy.kibana
- ToReforge.kibana

## Requirements

None.

## Dependencies

None.

## License

MIT / BSD

## Author Information

This role was created in 2014 by [Jeff Geerling](https://www.jeffgeerling.com/), author of [Ansible for DevOps](https://www.ansiblefordevops.com/).
1. Base role (geerlingguy.kibana) was created in 2014 by [Jeff Geerling](https://www.jeffgeerling.com/), author of [Ansible for DevOps](https://www.ansiblefordevops.com/)
2. This role (ToReforge.kibana) is maintained by To Reforge Team
4 changes: 2 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
dependencies: []

galaxy_info:
author: geerlingguy
author: ToReforge
description: Kibana for Linux
company: "Midwestern Mac, LLC"
company: "To Reforge"
license: "license (BSD, MIT)"
min_ansible_version: 2.0
platforms:
Expand Down

0 comments on commit 3c196df

Please sign in to comment.