mgdis.ovh.db_cluster (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 manage the creation and update of a OVH public cloud dbaas cluster.


Requirements

Inputs

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

plan:
    description:
    - The OVH plan to use
    required: true
    type: str

type:
    choices:
    - kafka
    - mongodb
    - mysql
    - opensearch
    - postgresql
    - redis
    description:
    - The database type
    required: true
    type: str

flavor:
    description:
    - The instance type to provision for the cluster
    required: true
    type: str

region:
    description:
    - Region hosting the cluster
    required: true
    type: str

version:
    description:
    - The database engine version
    required: true
    type: str

subnet_id:
    description:
    - The ID of the specific subnet to use from the private network
    required: false
    type: str

network_id:
    description:
    - The id of the private network to attach
    required: false
    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