inspur.sm.edit_ad_group – Set active directory group information.¶
Note
This plugin is part of the inspur.sm collection.
To install it use: ansible-galaxy collection install inspur.sm
.
To use it in a playbook, specify: inspur.sm.edit_ad_group
.
New in version 0.1.0: of inspur.sm
DEPRECATED¶
- Removed in
version 3.0.0
- Why
Merge functions into the inspur.sm.ad_group module.
- Alternative
Use inspur.sm.ad_group instead.
Parameters¶
Examples¶
- name: Ad group test
hosts: ism
connection: local
gather_facts: no
vars:
ism:
host: "{{ ansible_ssh_host }}"
username: "{{ username }}"
password: "{{ password }}"
tasks:
- name: "Edit active directory group information"
inspur.sm.edit_ad_group:
id: "1"
name: "wbs"
domain: "inspur.com"
pri: "administrator"
kvm: "enable"
vm: "disable"
provider: "{{ ism }}"
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Status¶
This module will be removed in version 3.0.0. [deprecated]
For more information see DEPRECATED.
Authors¶
WangBaoshan (@ISIB-group)