goldyfruit.ibmcloud_automation.ic_is_volume_profile_info (1.0.4) — module

Retrieve VPC volume profiles on IBM Cloud.

| "added in version" 2.9 of goldyfruit.ibmcloud_automation"

Authors: Gaëtan Trellu (@goldyfruit)

preview | supported by community

Install collection

Install with ansible-galaxy collection install goldyfruit.ibmcloud_automation:==1.0.4


Add to requirements.yml

  collections:
    - name: goldyfruit.ibmcloud_automation
      version: 1.0.4

Description

This module lists all volume profiles available in the region. A volume profile specifies the performance characteristics and pricing model for a volume.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Retrieve volume profile list
  ic_is_volume_profile_info:
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Retrieve specific volume profile
  ic_is_volume_profile_info:
    profile: ibmcloud-volume-profile-baby

Inputs

    
profile:
    description:
    - Restrict results to volume profile with name matching.
    required: false