mgdis.ovh.block_storage_info (0.1.2) — module

| "added in version" 0.1.0 of mgdis.ovh"

Authors: unknown

Install collection

Install with ansible-galaxy collection install mgdis.ovh:==0.1.2


Add to requirements.yml

  collections:
    - name: mgdis.ovh
      version: 0.1.2

Description

This module attach or detach a volume of an instance on OVH public Cloud.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Ensure Volume is affected to instance
  mgdis.ovh.block_storage_info:
    service_name: abcdefghijklmnopqrstuvwxyz012345
    name: myBlockStorage

Inputs

    
name:
    description:
    - The name of the block storage
    required: true
    type: str

region:
    description:
    - The region where the block storage will deploy
    required: true
    type: str

service_name:
    description:
    - The OVH service name.
    - It is equal to the ID of the project in the OVH portal
    required: true
    type: str