mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-18 05:43:10 +00:00
24 lines
No EOL
786 B
JSON
24 lines
No EOL
786 B
JSON
{
|
|
"requirements": [
|
|
"ohai"
|
|
],
|
|
"description": [
|
|
"Similar to the M(facter) module, this runs the I(ohai) discovery program (U(http://wiki.opscode.com/display/chef/Ohai)) on the remote host and returns JSON inventory data. I(Ohai) data is a bit more verbose and nested than I(facter)."
|
|
],
|
|
"author": "Michael DeHaan",
|
|
"notes": [],
|
|
"docuri": "ohai",
|
|
"module": "ohai",
|
|
"filename": "library/ohai",
|
|
"examples": [
|
|
{
|
|
"code": "ansible webservers -m ohai --tree=/tmp/ohaidata",
|
|
"description": "Retrieve I(ohai) data from all Web servers and store in one-file per host"
|
|
}
|
|
],
|
|
"version_added": "0.6",
|
|
"short_description": "Returns inventory data from I(ohai)",
|
|
"now_date": "2012-10-09",
|
|
"options": [],
|
|
"ansible_version": "0.8"
|
|
} |