netapp.storagegrid.na_sg_org_user_s3_key module – Creates NetApp StorageGRID User S3 keys.
Note
This module is part of the netapp.storagegrid collection (version 21.13.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_org_user_s3_key
.
Note
The netapp.storagegrid collection is considered unmaintained and will be removed from Ansible 11. See the discussion thread for more information.
New in netapp.storagegrid 20.6.0
Synopsis
Create, Delete Users S3 keys on NetApp StorageGRID.
Parameters
Parameter |
Comments |
---|---|
Access Key or S3 credential pair identifier. Required for delete operation. |
|
The url to the StorageGRID Admin Node REST API. |
|
The authorization token for the API request |
|
Date-Time string for the key to expire. |
|
Whether the specified account should exist or not. Choices:
|
|
Unique user name owning the S3 Key. |
|
Should https certificates be validated? Choices:
|
Notes
Note
The modules prefixed with
na_sg
are built to manage NetApp StorageGRID.
Examples
- name: create a s3 key
netapp.storagegrid.na_sg_org_user_s3_key:
api_url: "https://<storagegrid-endpoint-url>"
auth_token: "storagegrid-auth-token"
validate_certs: false
state: present
unique_user_name: user/ansibleuser1
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
Returns information about an S3 access key for the user. Returned: always Sample: |