W3cubDocs

/Ansible

win_group - Add and remove local groups

New in version 1.7.

Synopsis

Add and remove local groups

Options

parameter required default choices comments
description
no
Description of the group
name
yes
Name of the group
state
no present
  • present
  • absent
Create or remove the group

Examples

# Create a new group
win_group:
  name: deploy
  description: Deploy Group
  state: present

# Remove a group
win_group:
  name: deploy
  state: absent

This is a Core Module

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, developing_test_pr and Developing Modules.

© 2012–2016 Michael DeHaan
© 2016 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/win_group_module.html