community.general.ohai 模块 – 从 Ohai 返回清单数据
注意
此模块是 community.general 集合(版本 10.1.0)的一部分。
如果您正在使用 ansible
包,您可能已经安装了此集合。 它不包含在 ansible-core
中。 要检查是否已安装,请运行 ansible-galaxy collection list
。
要安装它,请使用: ansible-galaxy collection install community.general
。 您需要进一步的要求才能使用此模块,请参阅 要求 了解详情。
要在 playbook 中使用它,请指定:community.general.ohai
。
概要
类似于 community.general.facter 模块,此模块在远程主机上运行 Ohai 发现程序 (https://docs.chef.io/ohai.html) 并返回 JSON 清单数据。 Ohai 数据比 facter 更详细和嵌套。
要求
以下要求需要在执行此模块的主机上满足。
ohai
属性
属性 |
支持 |
描述 |
---|---|---|
支持: 无 |
可以在 |
|
支持: 无 |
当处于 diff 模式时,将返回有关已更改的内容(或可能需要在 |
示例
# Retrieve (ohai) data from all Web servers and store in one-file per host
ansible webservers -m ohai --tree=/tmp/ohaidata