purestorage.flashblade.purefb_admin (1.17.0) — module

Configure Pure Storage FlashBlade Global Admin settings

| "added in version" 1.8.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

Set global admin settings for the FlashBlade


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Set global login parameters
  purestorage.flashblade.purefb_admin:
    max_login: 5
    min_password: 10
    lockout: 300
    fb_url: 10.10.10.2
    api_token: T-55a68eb5-c785-4720-a2ca-8b03903bf641

Inputs

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

lockout:
    description:
    - Account lockout duration, in seconds, after max_login exceeded
    - Range between 1 second and 90 days (7776000 seconds)
    type: int

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

max_login:
    description:
    - Maximum number of failed logins before account is locked
    type: int

min_password:
    default: 1
    description:
    - Minimum user password length
    - Range between 1 and 100
    type: int