ohai - Returns inventory data from Ohai¶
Synopsis¶
- Similar to the facter module, this runs the Ohai discovery program (https://docs.chef.io/ohai.html) on the remote host and returns JSON inventory data. Ohai data is a bit more verbose and nested than facter.
Examples¶
# Retrieve (ohai) data from all Web servers and store in one-file per host
ansible webservers -m ohai --tree=/tmp/ohaidata
Status¶
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
Maintenance¶
This module is flagged as community which means that it is maintained by the Ansible Community. See Module Maintenance & Support for more info.
For a list of other modules that are also maintained by the Ansible Community, see here.
Author¶
- Ansible Core Team
- Michael DeHaan (@mpdehaan)
Hint
If you notice any issues in this documentation you can edit this document to improve it.