buluma.investigate
Ansible角色 investigate
在你的系统上安装和配置调查工具。
| GitHub | 版本 | 问题 | 拉取请求 | 下载 |
|---|---|---|---|---|
示例剧本
这个示例取自 molecule/default/converge.yml,并在每次推送、拉取请求和发布时进行测试。
---
- name: Converge
hosts: all
become: true
gather_facts: true
pre_tasks:
- name: 更新apt缓存。
apt: update_cache=true cache_valid_time=600
when: ansible_os_family == 'Debian'
roles:
- role: buluma.investigate
机器需要做好准备。在CI中通过 molecule/default/prepare.yml 完成准备:
---
- name: 准备
hosts: all
gather_facts: false
become: true
roles:
- role: buluma.bootstrap
- role: buluma.epel
更多详细说明和示例,请查看 完整说明和示例。
要求
- 请参阅 requirements.txt 中列出的pip包。
使用的角色状态
以下角色用于准备系统。你可以选择其他方式准备你的系统。
| 需求 | GitHub | 版本 |
|---|---|---|
| buluma.bootstrap | ||
| buluma.epel |
上下文
该角色是许多兼容角色的一部分。有关更多信息,请查看 这些角色的文档。
以下是相关角色的概述:

兼容性
该角色已在以下 容器镜像 上经过测试:
| 容器 | 标签 |
|---|---|
| Alpine | 所有 |
| EL | 8 |
| Debian | 所有 |
| Fedora | 所有 |
| opensuse | 所有 |
| Ubuntu | 所有 |
所需的最低 Ansible 版本为 2.12,测试已在以下环境中完成:
- 之前的版本。
- 当前版本。
- 开发版本。
如果你发现问题,请在 GitHub 上注册它们。
变更日志
许可协议
作者信息
安装
ansible-galaxy install buluma.investigate许可证
apache-2.0
下载
11.9k
拥有者
DevOps Engineer
