buluma.kibana

Ansible role kibana

Kibana for Linux.

GitHub Version Issues Pull Requests Downloads
GitHub Version Issues Pull Requests Ansible Role

Example Playbook

This is a simple example shared from molecule/default/converge.yml. It is tested every time there is a push, pull request, or a release.

---
- name: Converge
  hosts: all
  become: true
  gather_facts: true

  pre_tasks:
    - name: Update apt cache.
      apt: update_cache=true cache_valid_time=600
      when: ansible_os_family == 'Debian'

  roles:
    - role: buluma.kibana

Before running, the machine needs to be set up, which is done in CI using molecule/default/prepare.yml:

---
- name: Prepare
  hosts: all
  become: true
  gather_facts: false

  roles:
    - role: buluma.bootstrap
    - role: buluma.core_dependencies
    - role: robertdebock.elastic_repo

You can find a full explanation and example on how to use these roles.

Role Variables

Default variable values are in defaults/main.yml:

---
# Choose between "oss" (Apache 2.0 license) or "elastic" (Elastic license)
kibana_type: elastic

# IP address to bind to.
kibana_server_host: "0.0.0.0"

# TCP port to bind to.
kibana_server_port: 5601

# List of Elasticsearch URLs.
kibana_elasticsearch_hosts:
  - "http://localhost:9200"

Requirements

State of used roles

The following roles are used to set up a system. You may also choose to prepare your system differently.

Requirement GitHub Version
buluma.elasticsearch Ansible Molecule Version
buluma.bootstrap Ansible Molecule Version
buluma.core_dependencies Ansible Molecule Version
robertdebock.elastic_repo Ansible Molecule Version

Context

This role works with many others. For more information, check out the documentation of these roles.

Here are related roles:

dependencies

Compatibility

This role is tested on these container images:

Container Tags
Debian all
EL all
Fedora all
Ubuntu focal

Ansible version needed is 2.12 or higher, and tests have been run on:

  • The previous version.
  • The current version.
  • The development version.

If you face any issues, please report them on GitHub.

Changelog

Role History

License

Apache-2.0

Author Information

Shadow Walker

Installa
ansible-galaxy install buluma.kibana
Licenza
apache-2.0
Download
12.6k
Proprietario
DevOps Engineer