dellemc.openmanage.omevv_firmware_repository_profile 模块 – 创建、修改或删除 OMEVV 固件库配置文件
注意
此模块是 dellemc.openmanage 集合 (版本 9.9.0) 的一部分。
如果您使用的是 ansible
包,则可能已经安装了此集合。它不包含在 ansible-core
中。要检查它是否已安装,请运行 ansible-galaxy collection list
。
要安装它,请使用:ansible-galaxy collection install dellemc.openmanage
。您需要其他要求才能使用此模块,请参阅 需求 了解详情。
要在 playbook 中使用它,请指定:dellemc.openmanage.omevv_firmware_repository_profile
。
dellemc.openmanage 9.8.0 中的新增功能
概要
此模块允许您创建、修改或删除 OpenManage Enterprise 集成 VMware Center (OMEVV) 固件库配置文件。
需求
执行此模块的主机需要以下需求。
python >= 3.9.6
参数
参数 |
注释 |
---|---|
包含用于验证的 CA 证书的隐私增强邮件 (PEM) 文件。 |
|
目录的绝对路径。 支持 HTTP、HTTPS、NFS 和 CIFS 路径。 当 state 为 |
|
OMEVV 固件库配置文件的描述。 |
|
OpenManage Enterprise Modular 的 IP 地址或主机名。 |
|
OMEVV 固件库配置文件的名称。 当 state 为 |
|
执行修改操作时新的 OMEVV 配置文件的名称。 |
|
OpenManage Enterprise HTTPS 端口。 默认值: |
|
当 state 为 选项
|
|
共享的域。 |
|
共享的密码。 当 catalog_path 为 HTTPS 或 CIFS 时,此参数是必需的。 |
|
共享的用户名。 当 catalog_path 为 HTTPS 或 CIFS 时,此参数是必需的。 |
|
当 state 为 选项
|
|
以秒为单位的套接字级别超时。 默认值: |
|
是否检查 SSL 证书。- 如果为 选项
|
|
OpenManage Enterprise 集成 VMware vCenter (OMEVV) 的密码。 如果未提供密码,则使用环境变量 示例:export OMEVV_VCENTER_PASSWORD=password |
|
OpenManage Enterprise 集成 VMware vCenter (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: Create an OMEVV firmware repository profile
dellemc.openmanage.omevv_firmware_repository_profile:
hostname: "192.168.0.1"
vcenter_uuid: "xxxxx"
vcenter_username: "username"
vcenter_password: "password"
ca_path: "path/to/ca_file"
state: present
name: profile-1
catalog_path: http://xx.xx.xx.xx/share/Catalog/Catalog.xml
- name: Modify an OMEVV firmware repository profile
dellemc.openmanage.omevv_firmware_repository_profile:
hostname: "192.168.0.1"
vcenter_uuid: "xxxxx"
vcenter_username: "username"
vcenter_password: "password"
ca_path: "path/to/ca_file"
state: present
name: profile-1
new_name: profile-2
catalog_path: http://xx.xx.xx.xx/new_share/Catalog/Catalog.xml
- name: Delete an OMEVV firmware repository profile
dellemc.openmanage.omevv_firmware_repository_profile:
hostname: "192.168.0.1"
vcenter_uuid: "xxxxx"
vcenter_username: "username"
vcenter_password: "password"
ca_path: "path/to/ca_file"
state: absent
name: profile-1
返回值
常见的返回值已在此处记录,以下是此模块特有的字段
键 |
描述 |
---|---|
HTTP 错误的详细信息。 返回: HTTP 错误时 示例: |
|
配置文件操作的状态。 返回:始终返回 示例: |