ctera / ctera.ctera / 2.2.17 / module / ctera_portal_init_master CTERA-Networks Portal Master Initialization Authors: Saimon Michelson (@saimonation), Ygal Blum (@ygalblum) preview | supported by communityctera.ctera.ctera_portal_init_master (2.2.17) — module
Install with ansible-galaxy collection install ctera.ctera:==2.2.17
collections: - name: ctera.ctera version: 2.2.17
Initialize Portal Master
- 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 }}"
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