ansible.builtin.purefb_smtp (v2.9.27) — module

Configure SMTP for Pure Storage FlashBlade

| "added in version" 2.9 of ansible.builtin"

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

preview | supported by community

Install Ansible via pip

Install with pip install ansible==2.9.27

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