ctera / ctera.ctera / 2.2.17 / module / ctera_filer_timezone Set the timezone of the CTERA-Networks filer Authors: Saimon Michelson (@saimonation), Ygal Blum (@ygalblum) preview | supported by communityctera.ctera.ctera_filer_timezone (2.2.17) — module
Install with ansible-galaxy collection install ctera.ctera:==2.2.17
collections: - name: ctera.ctera version: 2.2.17
Set the timezone of the CTERA-Networks filer
- name: Set Timezone ctera_filer_timezone: timezone: "(GMT-05:00) Eastern Time (US , Canada)" ctera_host: "{{ ctera_filer_hostname }}" ctera_user: "{{ ctera_filer_user }}" ctera_password: "{{ ctera_filer_password }}"
timezone: description: The timezone for the CTERA-Networks filer 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_password: description: Password of the user required: true type: str ctera_trust_certificate: default: false description: Trust unverified certificates type: bool
current_timezone: description: The CTERA Network filer's timezone after the change returned: Always sample: (GMT-06:00) Central Time (US , Canada) type: str previous_timezone: description: The CTERA Network filer's timezone before the change returned: When timezone is changed sample: (GMT-05:00) Eastern Time (US , Canada) type: str