community.general.emc_vnx_sg_member – Manage storage group member on EMC VNX¶
Note
This plugin is part of the community.general collection (version 2.5.1).
To install it use: ansible-galaxy collection install community.general
.
To use it in a playbook, specify: community.general.emc_vnx_sg_member
.
Requirements¶
The below requirements are needed on the host that executes this module.
An EMC VNX Storage device.
Ansible 2.7.
storops (0.5.10 or greater). Install using ‘pip install storops’.
Parameters¶
Examples¶
- name: Add lun to storage group
community.general.emc_vnx_sg_member:
name: sg01
sp_address: sp1a.fqdn
sp_user: sysadmin
sp_password: sysadmin
lunid: 100
state: present
- name: Remove lun from storage group
community.general.emc_vnx_sg_member:
name: sg01
sp_address: sp1a.fqdn
sp_user: sysadmin
sp_password: sysadmin
lunid: 100
state: absent
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Key | Returned | Description |
---|---|---|
hluid
integer
|
success |
LUNID that hosts attached to the storage group will see.
|
Authors¶
Luca ‘remix_tj’ Lorenzetto (@remixtj)