community.general.ohai – Returns inventory data from Ohai
Note
This plugin is part of the community.general collection (version 2.0.1).
To install it use: ansible-galaxy collection install community.general
.
To use it in a playbook, specify: community.general.ohai
.
Synopsis
- Similar to the community.general.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
Authors
- Ansible Core Team
- Michael DeHaan (@mpdehaan)
© 2012–2018 Michael DeHaan
© 2018–2021 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.11/collections/community/general/ohai_module.html