ctera.ctera.ctera_filer_cloud_services (2.2.17) — module

Cloud services configuration and management

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

Connect, Disconnect and Reconnect a CTERA filer to the cloud serivces


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: connect cloud services
  ctera_filer_cloud_services:
    server: portal.example.com
    user: admin
    password: admin
    ctera_license: EV32
    ctera_host: "{{ ctera_filer_hostname }}"
    ctera_user: "{{ ctera_filer_user }}"
    ctera_password: "{{ ctera_filer_password }}"

Inputs

    
sso:
    default: false
    description: Enable/Disable remote SSO for Portal administrators
    type: bool

user:
    description: CTERA Portal user account name
    required: true
    type: str

state:
    choices:
    - connected
    - disconnected
    default: connected
    description: Whether the Cloud Services by Connected, Disconnected
    type: str

server:
    description: IP Address or FQDN of CTERA Portal
    required: true
    type: str

password:
    description: CTERA Portal user account password
    required: true
    type: str

ctera_host:
    description: IP Address or FQDN of the CTERA Networks Host
    required: true
    type: str

ctera_port:
    description: Connection port to the Host
    type: int

ctera_user:
    description: User Name for communicating with the CTERA Networks Host
    required: true
    type: str

ctera_https:
    default: true
    description: Connect to the Host using HTTPS
    type: bool

ctera_license:
    choices:
    - EV8
    - EV16
    - EV32
    - EV64
    - EV128
    default: EV16
    description: Filer license type
    required: false
    type: str

ctera_password:
    description: Password of the user
    required: true
    type: str

force_reconnect:
    default: false
    description: Execute reconnect if connection details have not changed
    type: bool

trust_certificate:
    default: false
    description: Trust unverified certificates
    type: bool

ctera_trust_certificate:
    default: false
    description: Trust unverified certificates
    type: bool

Outputs

address:
  description: IP Address or FQDN of CTERA Portal
  returned: when state is present
  sample: portal.example.com
  type: str
ctera_license:
  description: The active license type
  returned: when state is present
  sample: EV16
  type: str
user:
  description: CTERA Portal user account name
  returned: when state is present
  sample: admin
  type: str