community.general.ohai – Returns inventory data from Ohai

Note

This plugin is part of the community.general collection (version 1.3.6).

To install it use: ansible-galaxy collection install community.general.

To use it in a playbook, specify: community.general.ohai.

Synopsis

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

Authors

  • Ansible Core Team

  • Michael DeHaan (@mpdehaan)