You are reading an unmaintained version of the Ansible documentation. Unmaintained Ansible versions can contain unfixed security vulnerabilities (CVE). Please upgrade to a maintained version. See the latest Ansible documentation.
# get root user info-getent:database:passwdkey:root-debug:var:getent_passwd# get all groups-getent:database:groupsplit:':'-debug:var:getent_group# get all hosts, split by tab-getent:database:hosts-debug:var:getent_hosts# get http service info, no error if missing-getent:database:serviceskey:httpfail_key:False-debug:var:getent_services# get user password hash (requires sudo/root)-getent:database:shadowkey:www-datasplit:':'-debug:var:getent_shadow
This module is flagged as stableinterface which means that the maintainers for this module guarantee that no backward incompatible interface changes will be made.
For more information about Red Hat’s this support of this module, please
refer to this knowledge base article<https://access.redhat.com/articles/rhel-top-support-policies>