purestorage.flashblade.purefb_tz (1.17.0) — module

Configure Pure Storage FlashBlade timezone

| "added in version" 1.10.0 of purestorage.flashblade"

Authors: Pure Storage Ansible Team (@sdodsley) <pure-ansible-team@purestorage.com>

preview | supported by community

Install collection

Install with ansible-galaxy collection install purestorage.flashblade:==1.17.0


Add to requirements.yml

  collections:
    - name: purestorage.flashblade
      version: 1.17.0

Description

Configure the timezone for a Pure Storage FlashBlade.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Set FlashBlade Timezone to Americas/Los_Angeles
  purestorage.flashblade.purefb_tz:
    timezone: "America/Los_Angeles"
    fb_url: 10.10.10.2
    api_token: T-68618f31-0c9e-4e57-aa44-5306a2cf10e3

Inputs

    
fb_url:
    description:
    - FlashBlade management IP address or Hostname.
    type: str

timezone:
    description:
    - If not provided, the module will attempt to get the current local timezone from
      the server
    type: str

api_token:
    description:
    - FlashBlade API token for admin privileged user.
    type: str