Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/angristan/ansible-kibana
- Owner: angristan
- License: mit
- Created: 2019-02-17T20:12:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-11T13:27:28.000Z (about 3 years ago)
- Last Synced: 2025-01-19T22:16:16.422Z (17 days ago)
- Topics: ansible, debian, elastic, kibana, ubuntu
- Language: Jinja
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```