ohai - Returns inventory data from Ohai

Author:Michael DeHaan

Synopsis

Similar to the facter module, this runs the Ohai discovery program (http://wiki.opscode.com/display/chef/Ohai) on the remote host and returns JSON inventory data. Ohai data is a bit more verbose and nested than facter.

Note

Requires ohai

Examples


# Retrieve (ohai) data from all Web servers and store in one-file per host
ansible webservers -m ohai --tree=/tmp/ohaidata

Table Of Contents

Previous topic

mount - Control active and configured mount points

Next topic

open_iscsi - Manage iscsi targets with open-iscsi