mgdis.ovh.monthly_billing (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 enables monthly billing on a public cloud instance.

THIS IS NOT REVERSIBLE.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Enable monthly billing
  mgdis.ovh.monthly_billing:
    service_name: abcdefghijklmnopqrstuvwxyz012345
    name: myInstance

Inputs

    
name:
    description:
    - The of the instance to pass to monthly billing
    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