rapyutarobotics.rr_io.volumes – Module to interact with rapyuta_io volumes
Note
This plugin is part of the rapyutarobotics.rr_io collection (version 2.0.0).
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 rapyutarobotics.rr_io
.
To use it in a playbook, specify: rapyutarobotics.rr_io.volumes
.
New in version 1.0.0: of rapyutarobotics.rr_io
Synopsis
This is my longer description explaining my test module.
Parameters
Parameter |
Comments |
---|---|
Capacity of the volume to create in rapyuta.io. This parameter is case insensitive. Choices:
|
|
Name of the volume. |
|
Whether the volume should be present in rapyuta.io. Choices:
|
|
Type of persistent volume to create in rapyuta.io. This option is case insensitive. Choices:
|
Examples
- name: Persistent Volume
async: 100
poll: 0
rapyutarobotics.rr_io.volumes:
name: pv
present: true
type: ssd
capacity: 8GiB
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
The output message that the test module generates. Returned: always Sample: “goodbye” |
|
The original name param that was passed in. Returned: always Sample: “hello world” |