purestorage.flashblade.purefb_proxy (1.17.0) — module

Configure FlashBlade phonehome HTTPs proxy settings

| "added in version" 1.0.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 or erase configuration for the phonehome proxy settings.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Delete exisitng proxy settings
  purestorage.flashblade.purefb_proxy:
    state: absent
    fb_url: 10.10.10.2
    api_token: e31060a7-21fc-e277-6240-25983c6c4592
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Set proxy settings
  purestorage.flashblade.purefb_proxy:
    host: purestorage.com
    port: 8080
    fb_url: 10.10.10.2
    api_token: e31060a7-21fc-e277-6240-25983c6c4592

Inputs

    
host:
    description:
    - The proxy host name.
    type: str

port:
    description:
    - The proxy TCP/IP port number.
    type: int

state:
    choices:
    - absent
    - present
    default: present
    description:
    - Set or delete proxy configuration
    type: str

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

secure:
    default: true
    description:
    - Use http or https as the proxy protocol.
    - True uses https, false uses http.
    type: bool
    version_added: 1.11.0
    version_added_collection: purestorage.flashblade

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