ctera.ctera.ctera_filer_smb (2.2.17) — module

Manage the SMB configuration of the CTERA-Networks filer

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

Enable/Disable/Modify the SMB configuration of the CTERA-Networks filer


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Configure SMB as default
  ctera_filer_smb:
    ctera_host: "{{ ctera_filer_hostname }}"
    ctera_user: "{{ ctera_filer_user }}"
    ctera_password: "{{ ctera_filer_password }}"

Inputs

    
enabled:
    default: true
    description: Enable SMB
    type: bool

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

abe_enabled:
    default: false
    description: Hide unreadable files and folders
    type: bool

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

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

packet_signing:
    choices:
    - Disabled
    - If client agrees
    - Required
    default: Disabled
    description: Packet signing type
    type: str

unix_extensions:
    default: true
    description: Unix Extensions Mode
    type: bool

compatibility_mode:
    default: false
    description: Use compatibility mode
    type: bool

idle_disconnect_time:
    default: 10
    description: Client Idle Disconnect Time (minutes)
    type: int

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