ctera / ctera.ctera / 2.2.17 / module / ctera_filer_backup Configure backup settings for a CTERA-Networks filer. Currently, you cannot modify or disable the configuration Authors: Saimon Michelson (@saimonation), Ygal Blum (@ygalblum) preview | supported by communityctera.ctera.ctera_filer_backup (2.2.17) — module
Install with ansible-galaxy collection install ctera.ctera:==2.2.17
collections: - name: ctera.ctera version: 2.2.17
Configure backup settings for a CTERA-Networks filer
- name: Backup with passphrase ctera_filer_backup: passphrase: ThisIsAGr8Password!
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 passphrase: description: Passphrase for the backup required: false type: str ctera_https: default: true description: Connect to the Host using HTTPS type: bool ctera_password: description: Password of the user required: true type: str ctera_trust_certificate: default: false description: Trust unverified certificates type: bool