netapp.storagegrid.na_sg_grid_autosupport module – Configure autosupport on StorageGRID.
Note
This module is part of the netapp.storagegrid collection (version 21.15.0).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install netapp.storagegrid
.
To use it in a playbook, specify: netapp.storagegrid.na_sg_grid_autosupport
.
New in netapp.storagegrid 21.15.0
Synopsis
Configure autosupport on NetApp StorageGRID.
Parameters
Parameter |
Comments |
---|---|
Enable or disable sending Autosupport on Demand. Choices:
|
|
The url to the StorageGRID Admin Node REST API. |
|
The authorization token for the API request |
|
Whether to check for software updates. Choices:
|
|
Enable AutoSupport certificate validation. Choices:
|
|
AutoSupport destinations. |
|
The public CA certificate bundle in Privacy-Enhanced Mail (PEM) format. |
|
Hostname of the destination. |
|
The port to use to connect to the ASUP destination. |
|
Enable event-triggered AutoSupport messages. Choices:
|
|
The alert receiver should be present. Choices:
|
|
Protocol used for AutoSupport messages. If you use HTTP, use a proxy to forward the data as HTTPS. NetApp’s AutoSupport servers will reject HTTP messages. Choices:
|
|
Should https certificates be validated? Choices:
|
|
Enable weekly AutoSupport messages. Choices:
|
Notes
Note
The modules prefixed with
na_sg
are built to manage NetApp StorageGRID.
Examples
- name: Configure autosupport
na_sg_grid_autosupport:
state: present
aod_enable: true
available_updates_enable: true
event_enable: true
cert_enable: true
destinations:
- hostname: "example.com"
port: 443
ca_cert: "<CA bundle in PEM-encoding>"
transport: "SMTP"
weekly_enable: true
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
Returns information about the StorageGRID autosupport. Returned: If state is ‘present’. Sample: |