ctera.ctera.ctera_portal_init_replication_server (2.2.17) — module

CTERA-Networks Portal Database Replication Server Initialization

Authors: Saimon Michelson (@saimonation), Ygal Blum (@ygalblum)

preview | supported by community

Install collection

Install with ansible-galaxy collection install ctera.ctera:==2.2.17


Add to requirements.yml

  collections:
    - name: ctera.ctera
      version: 2.2.17

Description

Initialize Portal Database Replication Server

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: initialize portal database replication server
  ctera_portal_init_replication_server:
    ipaddr: 192.168.1.1
    secret: 'su@p3rsecret!!'
    replicate_from: server
    ctera_host: "{{ ctera_app_hostname }}"
    ctera_user: "{{ ctera_app_user }}"
    ctera_password: "{{ ctera_app_password }}"

Inputs

    
ipaddr:
    description: The CTERA Portal primary database server IP address
    required: true
    type: str

secret:
    description: A password or a PEM-encoded private key
    required: true
    type: str

tenant:
    description:
    - Name of the tenant.
    - For Global Admin operations set to "$admin"
    - Use default if not provided.
    - Do not set for initialization operations
    type: str

replicate_from:
    description: Name of a CTERA Portal database server to replicate from
    required: false
    type: str