ohai – Returns inventory data from Ohai

From Get docs
Ansible/docs/2.7/modules/ohai module


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.

Requirements

The below requirements are needed on the host that executes this module.

  • ohai

Examples

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

Status

Authors

  • Ansible Core Team
  • Michael DeHaan (@mpdehaan)

Hint

If you notice any issues in this documentation you can edit this document to improve it.


© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.7/modules/ohai_module.html