purestorage.flashblade.purefb_eula (1.17.0) — module

Sign Pure Storage FlashBlade EULA

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

Sign the FlashBlade EULA for Day 0 config, or change signatory.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Sign EULA for FlashBlade
  purestorage.flashblade.purefb_eula:
    company: "ACME Storage, Inc."
    name: "Fred Bloggs"
    title: "Storage Manager"
    fb_url: 10.10.10.2
    api_token: e31060a7-21fc-e277-6240-25983c6c4592

Inputs

    
name:
    description:
    - Full legal name of the individual at the company who has the authority to accept
      the terms of the agreement.
    - The value must be between 1 and 64 characters in length.
    required: true
    type: str

title:
    description:
    - Individual's job title at the company.
    - The value must be between 1 and 64 characters in length.
    required: true
    type: str

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

company:
    description:
    - Full legal name of the entity.
    - The value must be between 1 and 64 characters in length.
    required: true
    type: str

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