6.2. 查看 Satellite Ansible 模块

您可以运行以下命令来查看已安装的 Satellite Ansible 模块:

# ansible-doc -l redhat.satellite

或者,您还可以查看 Satellite Ansible 模块的完整列表,以及位于 https://console.redhat.com/ansible/automation-hub/redhat/satellite/docs 的其他相关信息。

所有模块都在 redhat.satellite 命名空间中,可以以 redhat.satellite._module_name_ 格式引用。例如,要显示 activation_key 模块的信息,请输入以下命令:

$ ansible-doc redhat.satellite.activation_key