dellemc.openmanage.ome_server_interface_profiles 模块 – 配置服务器接口配置文件
注意
此模块是 dellemc.openmanage 集合(版本 9.9.0)的一部分。
如果您正在使用 ansible
包,您可能已经安装了此集合。它不包含在 ansible-core
中。要检查是否已安装,请运行 ansible-galaxy collection list
。
要安装它,请使用:ansible-galaxy collection install dellemc.openmanage
。您需要其他要求才能使用此模块,请参阅 要求 以了解详细信息。
要在 playbook 中使用它,请指定:dellemc.openmanage.ome_server_interface_profiles
。
dellemc.openmanage 5.1.0 中的新增功能
概要
此模块允许在 OpenManage Enterprise Modular 上配置服务器接口配置文件。
要求
执行此模块的主机需要满足以下要求。
python >= 3.9.6
参数
参数 |
注释 |
---|---|
包含用于验证的 CA 证书的隐私增强邮件 (PEM) 文件。 |
|
机箱结构下服务器的设备 ID。 device_id 和 device_service_tag 是互斥的。 |
|
机箱结构下服务器的服务标签。 device_service_tag 和 device_id 是互斥的。 |
|
OpenManage Enterprise Modular IP 地址或主机名。 |
|
提供等待作业完成的选项。 选择
|
|
job_wait 的最大等待时间(以秒为单位)。仅在此持续时间内跟踪作业。 仅当 job_wait 为 默认值: |
|
要应用的服务器的 NIC 配置。 |
|
NIC 的 ID 或端口号。
|
|
标记网络列表 如果网络已分配给未标记的网络,则不能将其添加为标记网络 |
|
要标记为标记网络的网络名称列表 可以使用 dellemc.openmanage.ome_network_vlan_info 检索 names |
|
指示是否需要添加或删除网络列表。
选择
|
|
将两个或多个端口分组。这些端口必须连接到同一对以太网交换机。 仅当 nic_teaming 为 选择
|
|
要取消标记的网络的最高或最低 VLAN ID。 可以使用 dellemc.openmanage.ome_network_vlan_info 检索 untagged_network 如果需要取消设置 untagged_network,则需要将其发送为
|
|
NIC 绑定选项。
选择
|
|
OpenManage Enterprise Modular HTTPS 端口。 默认值: |
|
套接字级别的超时时间,单位为秒。 默认值: |
|
如果为 仅在个人控制的站点使用自签名证书时,才配置 在集合版本 选择
|
|
身份验证令牌。 如果未提供 x_auth_token,则会使用环境变量 示例:export OME_X_AUTH_TOKEN=x_auth_token |
注意
注意
此模块支持
check_mode
。从可以直接访问 Dell OpenManage Enterprise Modular 的系统运行此模块。
示例
---
- name: Modify Server Interface Profile for the server using the service tag
dellemc.openmanage.ome_server_interface_profiles:
hostname: "192.168.0.1"
username: "username"
password: "password"
ca_path: "/path/to/ca_cert.pem"
device_service_tag:
- SVCTAG1
- SVCTAG2
nic_teaming: LACP
nic_configuration:
- nic_identifier: NIC.Mezzanine.1A-1-1
team: false
untagged_network: 2
tagged_networks:
names:
- vlan1
- nic_identifier: NIC.Mezzanine.1A-2-1
team: true
untagged_network: 3
tagged_networks:
names:
- range120-125
- name: Modify Server Interface Profile for the server using the device id
dellemc.openmanage.ome_server_interface_profiles:
hostname: "192.168.0.1"
username: "username"
password: "password"
ca_path: "/path/to/ca_cert.pem"
device_id:
- 34523
- 48999
nic_teaming: NoTeaming
nic_configuration:
- nic_identifier: NIC.Mezzanine.1A-1-1
team: false
untagged_network: 2
tagged_networks:
names:
- vlan2
- nic_identifier: NIC.Mezzanine.1A-2-1
team: true
untagged_network: 3
tagged_networks:
names:
- range120-125
返回值
常见返回值记录在此处,以下是此模块特有的字段
键 |
描述 |
---|---|
HTTP 错误的详细信息。 返回: 在 HTTP 错误时 示例: |
|
应用服务器接口配置文件的任务的作业 ID。 返回: 在应用接口配置文件时 示例: |
|
整体服务器接口操作的状态。 返回: 总是 示例: |