robertdebock.investigate

Ansible 角色调查

在您的系统上安装和配置调查工具。

GitHub GitLab 下载 版本
github gitlab downloads Version

示例剧本

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

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

  roles:
    - role: robertdebock.investigate

机器需要准备好。在 CI 中使用 molecule/default/prepare.yml 来完成这个过程:

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

  roles:
    - role: robertdebock.bootstrap
    - role: robertdebock.epel

您也可以查看 完整的说明和示例,了解如何使用这些角色。

要求

使用的角色状态

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

要求 GitHub GitLab
robertdebock.bootstrap Build Status GitHub Build Status GitLab
robertdebock.epel Build Status GitHub Build Status GitLab

上下文

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

以下是相关角色的概述: 依赖关系

兼容性

该角色已在以下 容器镜像 中进行了测试:

容器 标签
Alpine 所有
Amazon 候选人
EL 9
Debian 所有
Fedora 所有
Ubuntu 所有

所需的最低 Ansible 版本是 2.12,测试已完成以下版本:

  • 先前版本。
  • 当前版本。
  • 开发版本。

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

许可证

Apache-2.0

作者信息

robertdebock

请考虑 赞助我

关于项目

Install and configure investigation tools on your system.

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