Anons79 Mini Shell

Directory : /lib/python2.7/site-packages/ansible/modules/windows/
Upload File :
Current File : //lib/python2.7/site-packages/ansible/modules/windows/win_group.pyo

�
�Udac@s.idd6dgd6dd6ZdZdZdS(	s1.1tmetadata_versiontstableinterfacetstatustcoretsupported_bys|
---
module: win_group
version_added: "1.7"
short_description: Add and remove local groups
description:
    - Add and remove local groups.
    - For non-Windows targets, please use the M(group) module instead.
options:
  name:
    description:
      - Name of the group.
    type: str
    required: yes
  description:
    description:
      - Description of the group.
    type: str
  state:
    description:
      - Create or remove the group.
    type: str
    choices: [ absent, present ]
    default: present
seealso:
- module: group
- module: win_domain_group
- module: win_group_membership
author:
- Chris Hoffman (@chrishoffman)
s�
- name: Create a new group
  win_group:
    name: deploy
    description: Deploy Group
    state: present

- name: Remove a group
  win_group:
    name: deploy
    state: absent
N(tANSIBLE_METADATAt
DOCUMENTATIONtEXAMPLES(((sE/usr/lib/python2.7/site-packages/ansible/modules/windows/win_group.pyt<module>
s


 

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]