New in version 1.7.
Add and remove local groups
parameter | required | default | choices | comments |
---|---|---|---|---|
description |
no | Description of the group | ||
name |
yes | Name of the group | ||
state |
no | present |
|
Create or remove the group |
# Create a new group win_group: name: deploy description: Deploy Group state: present # Remove a group win_group: name: deploy state: absent
For more information on what this means please read Core Modules
For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Helping Testing PRs and Developing Modules.