Note
This plugin is part of the hpe.nimble collection (version 1.1.3).
You might already have this collection installed if you are using the ansible
package. It is not included in ansible-core
. To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install hpe.nimble
.
To use it in a playbook, specify: hpe.nimble.hpe_nimble_disk
.
New in version 1.0.0: of hpe.nimble
The below requirements are needed on the host that executes this module.
Parameter | Choices/Defaults | Comments |
---|---|---|
disk_op string / required |
| The intended operation to be performed on the specified disk. |
force boolean |
| Forcibly add a disk. |
host string / required | HPE Nimble Storage IP address. | |
password string / required | HPE Nimble Storage password. | |
shelf_location string / required | Position of the shelf the disk belongs to. | |
slot integer / required | Disk slot number. | |
state string / required |
| The disk operation. |
username string / required | HPE Nimble Storage user name. |
Note
check_mode
.- name: Update Disk hpe.nimble.hpe_nimble_disk: host: "{{ host }}" username: "{{ username }}" password: "{{ password }}" slot: "{{ slot | mandatory }}" shelf_location: "{{ shelf_location | mandatory }}" disk_op: "{{ disk_op | mandatory }}" force: "{{ force }}" state: present
© 2012–2018 Michael DeHaan
© 2018–2021 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/latest/collections/hpe/nimble/hpe_nimble_disk_module.html