Skip to content
This repository was archived by the owner on Mar 21, 2023. It is now read-only.

Provizanta/ansible-role-kibana

Repository files navigation

Ansible role: Kibana

Build & Deploy

Install and configure Kibana, part of the ELK stack.

Requirements

None

Role Variables

These variables are defined in defaults/main.yml:

elk_version: 6

elk_kibana_service:
  enabled: true
  state: started

These variables can further be set:

elk_kibana_configuration:       # the entire kibana configuration in YAML format

Dependencies

None

Example Playbook

- name: Converge
  hosts: all
  roles:
    - role: kibana
      vars:
        elk_kibana_configuration:
          server:
            host: "0.0.0.0"
            port: "5601"
          elasticsearch:
            url: "http://localhost:9200"

License

MIT

Author Information

Tibor Csóka

About

Ansible role to install Kibana

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages