dellemc.openmanage.idrac_attributes 角色 – 用于配置 iDRAC 属性的角色

注意

此角色是 dellemc.openmanage 集合(版本 9.9.0)的一部分。

如果您正在使用 ansible 包,您可能已经安装了这个集合。它不包含在 ansible-core 中。要检查是否已安装,请运行 ansible-galaxy collection list

要安装它,请使用:ansible-galaxy collection install dellemc.openmanage

要在 playbook 中使用它,请指定:dellemc.openmanage.idrac_attributes

入口点 main – 用于配置 iDRAC 属性的角色

dellemc.openmanage 7.6.0 中的新增功能

概要

  • 用于配置 Dell PowerEdge 服务器的 iDRAC 系统、管理器和生命周期属性的角色。

参数

参数

注释

ca_path

路径

包含用于验证的 CA 证书的 Privacy Enhanced Mail (PEM) 文件。

hostname

字符串 / 必需

iDRAC IP 地址或主机名。

https_port

整数

iDRAC 端口。

默认值: 443

https_timeout

整数

HTTPS 套接字级别的超时时间(以秒为单位)。

默认值: 30

idrac_attributes

字典

iDRAC 属性和值的字典。这些属性应该是集成 Dell 远程访问控制器属性注册表的一部分。

要查看 iDRAC9 及更高版本中属性注册表中的属性列表,请将 idrac 组件与角色 idrac_gather_facts 一起使用。

对于基于 iDRAC8 的服务器,从服务器配置配置文件派生管理器属性名称。

如果服务器配置配置文件中的管理器属性名称为 <GroupName>.<Instance>#<AttributeName> (例如,'SNMP.1#AgentCommunity'),则 Redfish 的等效属性名称为 <GroupName>. <Instance>.<AttributeName> (例如,'SNMP.1.AgentCommunity')。

lifecycle_controller_attributes

字典

生命周期控制器属性和值的字典。这些属性应该是集成 Dell 远程访问控制器属性注册表的一部分。

要查看 iDRAC9 及更高版本中属性注册表中的属性列表,请将 idrac 组件与角色 idrac_gather_facts 一起使用

对于基于 iDRAC8 的服务器,从服务器配置配置文件派生管理器属性名称。

如果服务器配置配置文件中的管理器属性名称为 <GroupName>.<Instance>#<AttributeName> (例如,'LCAttributes.1#AutoUpdate'),则 Redfish 的等效属性名称为 <GroupName>.<Instance>.<AttributeName> (例如,'LCAttributes.1.AutoUpdate')。

manager_id

字符串

资源的 Redfish ID。如果未指定资源的 Redfish ID,则将从管理器 ID 列表中选取第一个 ID。

password

字符串

iDRAC 用户密码。

system_attributes

字典

系统属性和值的字典。这些属性应该是集成 Dell 远程访问控制器属性注册表的一部分。

要查看 iDRAC9 及更高版本中属性注册表中的属性列表,请将 idrac 组件与角色 idrac_gather_facts 一起使用

对于基于 iDRAC8 的服务器,从服务器配置配置文件派生管理器属性名称。

如果服务器配置配置文件中的管理器属性名称为 <GroupName>.<Instance>#<AttributeName> (例如,'ThermalSettings.1#ThermalProfile'),则 Redfish 的等效属性名称为 <GroupName>.<Instance>.<AttributeName> (例如,'ThermalSettings.1.ThermalProfile')。

username

字符串

具有管理员权限的 iDRAC 用户名。

validate_certs

布尔值

如果为 false,则不会验证 SSL 证书。

仅在个人控制的站点上使用自签名证书时配置 false

选项

  • false

  • true ← (默认)