netapp.storagegrid.na_sg_pge_info module – NetApp StorageGRID node PGE information gatherer.
Note
This module is part of the netapp.storagegrid collection (version 21.16.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_pge_info.
New in netapp.storagegrid 21.16.0
Synopsis
Gather various information about StorageGRID node Pre-Grid Environment (PGE) configuration.
Parameters
Parameter |
Comments |
|---|---|
The url to the StorageGRID Node PGE REST API. |
|
When supplied, this argument will restrict the information collected to a given subset. Either the info name or the REST API can be given. Possible values for this argument include
Can specify a list of values to include a larger subset. Default: |
|
Allows for any rest option to be passed in. |
|
Should https certificates be validated? Choices:
|
Notes
Note
The modules prefixed with
na_sg_pgeare built to manage NetApp StorageGRID node Pre-Grid Environment (PGE) configuration.
Examples
- name: Gather StorageGRID node PGE info
netapp.storagegrid.na_sg_pge_info:
api_url: "https://1.2.3.4/"
validate_certs: false
register: sg_pge_info
- name: Gather StorageGRID PGE info for pge/bmc-config and pge_dns subsets
netapp.storagegrid.na_sg_pge_info:
api_url: "https://1.2.3.4/"
validate_certs: false
gather_subset:
- pge/bmc-config
- pge_dns
register: sg_pge_info
- name: Gather StorageGRID PGE info for all subsets
netapp.storagegrid.na_sg_pge_info:
api_url: "https://1.2.3.4/"
validate_certs: false
gather_subset:
- all
register: sg_pge_info
- name: Gather StorageGRID PGE info for pge/system-config and pge/system-info subsets, limit to 5 results for each subset
netapp.storagegrid.na_sg_pge_info:
api_url: "https://1.2.3.4/"
validate_certs: false
gather_subset:
- pge/system-config
- pge/system-info
parameters:
limit: 5
register: sg_pge_info
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
|---|---|
Returns various information about the StorageGRID node PGE configuration. Returned: always Sample: |