mgdis.ovh.db_cluster_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 all info of a managed database cluster.


Requirements

Inputs

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

type:
    choices:
    - kafka
    - mongodb
    - mysql
    - opensearch
    - postgresql
    - redis
    description:
    - The database type
    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