ctera / ctera.ctera / 2.2.17 / module / ctera_portal_init_application_server CTERA-Networks Portal Application Server Initialization Authors: Saimon Michelson (@saimonation), Ygal Blum (@ygalblum) preview | supported by communityctera.ctera.ctera_portal_init_application_server (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 Application Server
- name: initialize portal application server ctera_portal_init_application_server: ipaddr: 192.168.1.1 secret: 'su@p3rsecret!!' ctera_host: "{{ ctera_app_hostname }}" ctera_user: "{{ ctera_app_user }}" ctera_password: "{{ ctera_app_password }}"
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