The below requirements are needed on the host that executes this module.
Parameter |
Choices/Defaults |
Comments |
---|---|---|
gid
|
|
Optional GID to set for the group.
|
local
(added in 2.5) |
Default:
no
|
Forces the use of "local" command alternatives on platforms that implement it. This is useful in environments that use centralized authentification when you want to manipulate the local groups. I.E. it uses `lgroupadd` instead of `useradd`.
This requires that these commands exist on the targeted host, otherwise it will be a fatal error.
|
name
required |
|
Name of the group to manage.
|
state
|
|
Whether the group should be present or not on the remote host.
|
system
|
|
If yes, indicates that the group created is a system group.
|
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 support of this module, please refer to this Knowledge Base article
Hint
If you notice any issues in this documentation you can edit this document to improve it.