abhinavg97 / abhinavg97.rr_io / 1.1.19 / module / volumes Module to interact with rapyuta_io volumes | "added in version" 1.0.0 of abhinavg97.rr_io" Authors: Dhananjay Sathe (@dsathe), Abhinav Gupta (@abhinavg97)abhinavg97.rr_io.volumes (1.1.19) — module
Install with ansible-galaxy collection install abhinavg97.rr_io:==1.1.19
collections: - name: abhinavg97.rr_io version: 1.1.19
This is my longer description explaining my test module.
- name: Persistent Volume async: 100 poll: 0 abhinavg97.rr_io.volumes: name: pv present: true type: ssd capacity: 8GiB
name: description: Name of the volume. required: true type: str type: choices: - ssd - default description: - Type of persistent volume to create in rapyuta.io. - This option is case insensitive. required: true type: str version_added: 1.0.0 version_added_collection: abhinavg97.rr_io present: choices: - true - false description: - Whether the volume should be present in rapyuta.io. required: true type: bool version_added: 1.0.0 version_added_collection: abhinavg97.rr_io capacity: choices: - 4GiB - 8GiB - 16GiB - 32GiB - 64GiB - 128GiB - 256 GiB - 512 GiB description: - Capacity of the volume to create in rapyuta.io. - This parameter is case insensitive. required: true type: str version_added: 1.0.0 version_added_collection: abhinavg97.rr_io
message: description: The output message that the test module generates. returned: always sample: goodbye type: str original_message: description: The original name param that was passed in. returned: always sample: hello world type: str