fabiog1901.cockroachdb.cloud_instance module – Creates, updates and deletes public cloud instances

Note

This module is part of the fabiog1901.cockroachdb collection (version 1.0.0).

To install it, use: ansible-galaxy collection install fabiog1901.cockroachdb.

To use it in a playbook, specify: fabiog1901.cockroachdb.cloud_instance.

New in fabiog1901.cockroachdb 1.0.0

Synopsis

  • Creates, updates and deletes public cloud instances

Parameters

Parameter

Comments

state

string

State of the deployment

Choices:

  • "present" ← (default)

  • "absent"

Examples

- cloud_instance:
    state: present
    deployment:
      -
      -

Return Values

Common return values are documented here, the following are the fields unique to this module:

Key

Description

meta

dictionary

The parameters passed

Returned: always

out

dictionary

The response that the module generates

Returned: always

Authors

  • Fabio Ghirardello