ctera.ctera.ctera_portal_init_master (2.2.17) — module

CTERA-Networks Portal Master 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 Master

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: initialize portal master
  ctera_portal_init_master:
    email: 'admin@example.com'
    first_name: 'Admin'
    last_name: 'Adminson'
    domain: 'ctera.me'
    ctera_host: "{{ ctera_portal_hostname }}"
    ctera_user: "{{ ctera_portal_user }}"
    ctera_password: "{{ ctera_portal_password }}"

Inputs

    
email:
    description: The e-mail address of the user
    required: true
    type: str

domain:
    description: The domain suffix for CTERA Portal
    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

last_name:
    description: The first name of the user
    required: true
    type: str

first_name:
    description: The first name of the user
    required: true
    type: str