1.2. 配置 Satellite 以运行 Ansible 角色
在 Satellite 中,您可以导入 Ansible 角色,以帮助自动执行日常任务。Ansible 已在 Satellite 服务器上默认启用。
Ansible 路径
Satellite 从以下路径导入并运行 Ansible 角色:
-
/etc/ansible/roles
-
/usr/share/ansible/roles
-
/etc/ansible/collections
-
/usr/share/ansible/collections
来自安装的软件包的角色和集合放置在 /usr/share/ansible
下。如果要添加自定义角色或集合,请将其放在 /etc/ansible
下。
请注意,红帽仅对从红帽获取的 Ansible 角色和集合提供支持。
路径由 Satellite 配置。更多信息请参阅 第 1.8 节 “自定义 Ansible 配置”。
流程
- 将角色添加到 Satellite 服务器上的 Ansible 路径中 的目录中,以及您要从其中使用角色的所有胶囊服务器。如果要使用自定义或第三方 Ansible 角色,请确保配置外部版本控制系统来同步 Satellite 服务器和 Capsule 服务器之间的角色。
在您要在主机上运行 Ansible 角色的所有 Capsule 服务器上,启用 Ansible 插件:
# satellite-installer --enable-foreman-proxy-plugin-ansible
- 分发 SSH 密钥,使胶囊能够使用 SSH 连接到主机。如需更多信息,请参阅管理主机中的为远程执行分配 SSH 密钥 。Satellite 运行 Ansible 角色的方式与运行远程执行作业的方式相同。
- 将 Ansible 角色导入到 Satellite。
- 继续 第 2 章 使用 Ansible 角色在客户端上自动执行重复性任务。