ctera / ctera.ctera / 2.2.17 / module / ctera_filer_smb Manage the SMB configuration of the CTERA-Networks filer Authors: Saimon Michelson (@saimonation), Ygal Blum (@ygalblum) preview | supported by communityctera.ctera.ctera_filer_smb (2.2.17) — module
Install with ansible-galaxy collection install ctera.ctera:==2.2.17
collections: - name: ctera.ctera version: 2.2.17
Enable/Disable/Modify the SMB configuration of the CTERA-Networks filer
- name: Configure SMB as default ctera_filer_smb: ctera_host: "{{ ctera_filer_hostname }}" ctera_user: "{{ ctera_filer_user }}" ctera_password: "{{ ctera_filer_password }}"
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