robertdebock.kibana

Ansible 角色 kibana

本角色自 2023 年 12 月起已被归档。

在您的系统上安装和配置 Kibana。

GitHub GitLab 下载 版本
github gitlab downloads Version

示例剧本

该示例取自 molecule/default/converge.yml,并在每次推送、拉取请求和发布时进行测试。

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

  roles:
    - role: robertdebock.kibana

机器需要准备。在 CI 中通过 molecule/default/prepare.yml 来完成:

---
- name: Prepare
  hosts: all
  become: yes
  gather_facts: no

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

有关如何使用这些角色的 完整说明和示例

角色变量

变量的默认值设置在 defaults/main.yml 中:

---
# kibana 的默认文件

# Elastic 提供 "oss"(Apache 2.0 许可证)和 "elastic"(Elastic 许可证)。
# 在这里选择类型。可以是 "oss" 或 "elastic"
kibana_type: oss

# 绑定的 IP 地址。
kibana_server_host: "0.0.0.0"

# 绑定的 TCP 端口。
kibana_server_port: 5601

# Elasticsearch URL 列表。
kibana_elasticsearch_hosts:
  - "http://localhost:9200"

要求

使用角色的状态

以下角色用于准备系统。您可以以其他方式准备您的系统。

需求 GitHub GitLab
robertdebock.bootstrap Build Status GitHub Build Status GitLab
robertdebock.core_dependencies Build Status GitHub Build Status GitLab
robertdebock.elastic_repo Build Status GitHub Build Status GitLab

上下文

此角色是许多兼容角色的一部分。有关更多信息,请查看 这些角色的文档

下面是相关角色的概述: dependencies

兼容性

此角色已在以下 容器镜像 上进行测试:

容器 标签
Amazon 全部
Debian 全部
EL 全部
Fedora 全部
Ubuntu focal, bionic

所需的最低 Ansible 版本为 2.12,测试已在:

  • 之前的版本。
  • 当前版本。
  • 开发版本。

如果您发现问题,请在 GitHub 上报告。

许可证

Apache-2.0

作者信息

robertdebock

请考虑 支持我

关于项目

Install and configure Kibana on your system.

安装
ansible-galaxy install robertdebock.kibana
许可证
apache-2.0
下载
28.6k
拥有者
I know my way around (Linux) infrastructure, have a passion for automation, Docker, Ansible, Molecule and ci/cd.