New in version 1.7.
Parameter | Choices/Defaults | Comments |
---|---|---|
description
-
|
Description of the group.
|
|
name
-
/ required
|
Name of the group.
|
|
state
-
|
|
Create or remove the group.
|
- name: Create a new group
win_group:
name: deploy
description: Deploy Group
state: present
- name: Remove a group
win_group:
name: deploy
state: absent
More information about Red Hat’s support of this module is available from this Red Hat Knowledge Base article.
Hint
If you notice any issues in this documentation you can edit this document to improve it.