buluma.core_dependencies
Ansible 角色 core_dependencies
安装依赖,以支持 Ansible 核心模块。
GitHub | 版本 | 问题 | 拉取请求 | 下载 |
---|---|---|---|---|
示例剧本
本示例取自 molecule/default/converge.yml
,并在每次推送、拉取请求和发布时进行测试。
---
- name: Converge
hosts: all
become: true
gather_facts: true
roles:
- role: buluma.core_dependencies
机器需要准备。在 CI 中,这通过 molecule/default/prepare.yml
实现:
---
- name: Prepare
hosts: all
become: true
gather_facts: false
roles:
- role: buluma.bootstrap
还可以查看 关于如何使用这些角色的详细说明和示例。
要求
- 在 requirements.txt 中列出的 pip 包。
使用的角色状态
以下角色用于准备系统。您可以以其他方式准备系统。
需求 | GitHub | 版本 |
---|---|---|
buluma.bootstrap |
上下文
此角色是许多兼容角色的一部分。有关更多信息,请查看 这些角色的文档。
以下是相关角色的概述:
兼容性
此角色已在以下 容器镜像 中进行测试:
容器 | 标签 |
---|---|
EL | 9 |
Debian | 所有 |
Fedora | 所有 |
Ubuntu | jammy, lunar, noble |
所需的 Ansible 最低版本为 2.12,测试已在以下版本进行:
- 上一个版本。
- 当前版本。
- 开发版本。
如果您发现问题,请在 GitHub 上注册。
更新日志
许可证
作者信息
安装
ansible-galaxy install buluma.core_dependencies
许可证
apache-2.0
下载
1.5M
拥有者
DevOps Engineer