Commit 7ea369a0 by Michael DeHaan

Doc system flags

parent a00ab37b
...@@ -283,6 +283,11 @@ Adds or removes groups. ...@@ -283,6 +283,11 @@ Adds or removes groups.
* either 'absent', or 'present'. 'present' is the default. * either 'absent', or 'present'. 'present' is the default.
*system*:
* (new in 0.4) Indicates the group (when being created), should be a system group. This does not allow changing groups from and to system groups.
To control members of the group, see the users resource. To control members of the group, see the users resource.
Example action from Ansible :doc:`playbooks`:: Example action from Ansible :doc:`playbooks`::
...@@ -569,6 +574,10 @@ Creates user accounts, manipulates existing user accounts, and removes user acco ...@@ -569,6 +574,10 @@ Creates user accounts, manipulates existing user accounts, and removes user acco
* Defaults to 'present'. When 'absent', the user account will be removed if present. Optionally additional removal behaviors can be set with the 'force' or 'remove' parameter values (see below). * Defaults to 'present'. When 'absent', the user account will be removed if present. Optionally additional removal behaviors can be set with the 'force' or 'remove' parameter values (see below).
*system*:
* (new in 0.4) Indicates the user (when being created), should be a system account. This does not allow changing users from and to system accounts.
*force*: *force*:
* When used with a state of 'absent', the behavior denoted in the 'userdel' manpage for ``--force`` is also used when removing the user. Value is 'yes' or 'no', default is 'no'. * When used with a state of 'absent', the behavior denoted in the 'userdel' manpage for ``--force`` is also used when removing the user. Value is 'yes' or 'no', default is 'no'.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment