ctera / ctera.ctera / 2.2.17 / module / ctera_filer_storage_ca CTERA Edge Filer Storage CA Certificate Management Authors: Saimon Michelson (@saimonation), Ygal Blum (@ygalblum) preview | supported by communityctera.ctera.ctera_filer_storage_ca (2.2.17) — module
Install with ansible-galaxy collection install ctera.ctera:==2.2.17
collections: - name: ctera.ctera version: 2.2.17
Import and update the Edge Filer's Storage CA certificate.
- name: Import a a Storage CA Certificate to the Edge Filer ctera.ctera.ctera_filer_storage_ca: certificate: "{{ lookup('file', 'storage.crt') }}" ctera_host: "{{ ctera_filer_hostname }}" ctera_user: "{{ ctera_filer_user }}" ctera_password: "{{ ctera_filer_password }}" ctera_trust_certificate: True
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 certificate: description: The CA certificate required: true type: str ctera_https: default: true description: Connect to the Host using HTTPS type: bool force_update: default: false description: Force the import of the CA certificate type: bool ctera_password: description: Password of the user required: true type: str ctera_trust_certificate: default: false description: Trust unverified certificates type: bool