mgdis.ovh.flavor_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

Get info on a flavor which are used on the OVH resources.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Get info on an instance flavor
  mgdis.ovh.flavor_info:
    service_name: abcdefghijklmnopqrstuvwxyz012345
    region: GRA7
    name: t1-45

Inputs

    
name:
    description:
    - The flavor name which can be found on the OVH docs (t1-45, b2-7 etc)
    required: true
    type: str

region:
    description:
    - The region where the flavor is looked up
    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