mgdis.ovh.instance_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 retrieves information about a OVH public cloud instance.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Get instance info
  mgdis.ovh.instance_info:
    service_name: abcdefghijklmnopqrstuvwxyz012345
    instance_id: myInstance

Inputs

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

instance_name:
    description:
    - The name of the instance to look for
    required: true
    type: str