purestorage.flashblade.purefb_smtp (1.17.0) — module

Configure SMTP for Pure Storage FlashBlade

| "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

Configure SMTP for a Pure Storage FlashBlade.

Whilst there can be no relay host, a sender domain must be configured.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Configure SMTP settings
  purestorage.flashblade.purefb_smtp:
    host: hostname
    domain: xyz.com
    fb_url: 10.10.10.2
    api_token: T-9f276a18-50ab-446e-8a0c-666a3529a1b6

Inputs

    
host:
    description:
    - Relay server name
    type: str

domain:
    description:
    - Domain name for alert messages
    required: true
    type: str

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

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