netapp.storagegrid.na_sg_org_user 模块 – NetApp StorageGRID 管理租户内的用户。
注意
此模块是 netapp.storagegrid 集合 (版本 21.13.0) 的一部分。
如果您正在使用 ansible
包,您可能已经安装了此集合。它不包含在 ansible-core
中。要检查是否已安装,请运行 ansible-galaxy collection list
。
要安装它,请使用:ansible-galaxy collection install netapp.storagegrid
。
要在 playbook 中使用它,请指定:netapp.storagegrid.na_sg_org_user
。
netapp.storagegrid 20.6.0 中的新增功能
概要
在 NetApp StorageGRID 租户中创建、更新、删除用户。
参数
参数 |
注释 |
---|---|
StorageGRID 管理节点 REST API 的 URL。 |
|
API 请求的授权令牌 |
|
禁止用户登录。不适用于联合用户。 选择
|
|
用户的全名。 创建操作必需 |
|
用户所属的 unique_groups 列表。 |
|
为本地用户设置密码。不适用于联合用户。 需要 root 权限。 |
|
指定的用户应该存在还是不存在。 选择
|
|
用户的唯一名称。必须以 创建、修改或删除操作必需。 |
|
选择何时更新密码。 当设置为 当设置为 选择
|
|
是否应验证 https 证书? 选择
|
注意
注意
以
na_sg
为前缀的模块旨在管理 NetApp StorageGRID。
示例
- name: create a tenant user
netapp.storagegrid.na_sg_org_user:
api_url: "https://<storagegrid-endpoint-url>"
auth_token: "storagegrid-auth-token"
validate_certs: false
state: present
full_name: ansibleuser1
unique_name: user/ansibleuser1
member_of: "group/ansiblegroup1"
disable: false
返回值
常见的返回值在此处记录 这里,以下是此模块独有的字段
键 |
描述 |
---|---|
返回有关 StorageGRID 租户用户的信息。 返回:始终 示例: |