dellemc.openmanage.omevv_baseline_profile_info 模块 – 获取 OMEVV 基线配置文件信息。
注意
此模块是 dellemc.openmanage 集合 (版本 9.9.0) 的一部分。
如果您正在使用 ansible
包,则可能已安装此集合。它不包含在 ansible-core
中。要检查它是否已安装,请运行 ansible-galaxy collection list
。
要安装它,请使用:ansible-galaxy collection install dellemc.openmanage
。您需要其他要求才能使用此模块,有关详细信息,请参阅 要求。
要在 playbook 中使用它,请指定:dellemc.openmanage.omevv_baseline_profile_info
。
dellemc.openmanage 9.9.0 中的新增功能
概要
此模块允许您检索所有或特定 OMEVV 基线配置文件信息。
要求
执行此模块的主机需要以下要求。
python >= 3.9.6
参数
参数 |
注释 |
---|---|
包含用于验证的 CA 证书的隐私增强邮件 (PEM) 文件。 |
|
OpenManage Enterprise Modular 的 IP 地址或主机名。 |
|
基线配置文件的名称。 如果提供 *name*,则模块仅检索指定的基线配置文件信息。 |
|
OpenManage Enterprise HTTPS 端口。 默认值: |
|
以秒为单位的套接字级别超时。 默认值: |
|
是否检查 SSL 证书。- 如果为 选项
|
|
用于 VMware vCenter 的 OpenManage Enterprise 集成 (OMEVV) 的密码。 如果没有提供密码,则使用环境变量 示例:export OMEVV_VCENTER_PASSWORD=password |
|
用于 VMware vCenter 的 OpenManage Enterprise 集成 (OMEVV) 的用户名。 如果没有提供用户名,则使用环境变量 示例:export OMEVV_VCENTER_USERNAME=username |
|
vCenter 的通用唯一标识符 (UUID)。 可以使用 dellemc.openmanage.omevv_vcenter_info 模块检索 vCenter UUID 详细信息。 如果没有提供 UUID,则使用环境变量 示例:export OMEVV_VCENTER_UUID=uuid |
属性
属性 |
支持 |
描述 |
---|---|---|
支持:完全支持 |
运行任务以验证,无需在目标机器上执行操作。 |
备注
注意
从可以直接访问 Dell OpenManage Enterprise 的系统运行此模块。
示例
---
- name: Retrieve all baseline profile information.
dellemc.openmanage.omevv_baseline_profile_info:
hostname: "192.168.0.1"
vcenter_uuid: "xxxxxx"
vcenter_username: "username"
vcenter_password: "password"
ca_path: "path/to/ca_file"
- name: Retrieve specific baseline profile information using profile name.
dellemc.openmanage.omevv_baseline_profile_info:
hostname: "192.168.0.1"
vcenter_uuid: "xxxxxx"
vcenter_username: "username"
vcenter_password: "password"
ca_path: "path/to/ca_file"
name: profile-1
返回值
此处记录了常见的返回值 此处,以下是此模块特有的字段
键 |
描述 |
---|---|
关于 vCenter 的信息。 返回:成功 示例: |
|
HTTP错误详情。 返回:HTTP错误时 示例: |
|
检索操作的基线配置文件信息状态。 返回:始终 示例: |