Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 3.0.0 User’s Guide
- Overview
- Getting Started
- Modules for iDRAC
- How OpenManage Ansible Modules work with iDRAC
- Running your first iDRAC Playbook
- Updating Firmware
- Configuring PowerEdge Servers
- Deploying operating system
- Server Inventory
- Server administration tasks
- Storage controller
- Modules for OpenManage Enterprise (OME)
- Modules for Redfish APIs
- Deprecated modules
- Deprecated iDRAC modules
- Install firmware
- View Lifecycle Controller status
- Export or Import Server Configuration Profile
- Configure time zone and NTP on iDRAC
- Configure iDRAC network
- Configure BIOS
- Configure iDRAC users
- Configure RAID
- Configure syslog
- Boot to a network ISO image
- Reset iDRAC
- View Lifecycle controller job status
- Export LC logs
- Delete LC job
- Delete LC job queue
- Deprecated OpenManage Enterprise (OME) modules
- Deprecated iDRAC modules
- Accessing documents from the Dell EMC support site
state: present
name: "fabric1"
description: "fabric desc"
fabric_design: "2xMX9116n_Fabric_Switching_Engines_in_different_chassis"
primary_switch_service_tag: "SVTG123"
secondary_switch_service_tag: "PXYT456"
override_LLDP_configuration: "Enabled"
- name: Modify a fabric
ome_smart_fabric:
hostname: "{{hostname}}"
username: "{{username}}"
password: "{{password}}"
state: present
name: "fabric1"
new_name: "fabric_gold1"
description: "new description"
- name: Delete a fabric
ome_smart_fabric:
hostname: "{{hostname}}"
username: "{{username}}"
password: "{{password}}"
state: "absent"
name: "fabric1"
Create, modify, or delete an uplink for a fabric
ome_smart_fabric_uplink
Synopsis
This module allows to create, modify, or delete an uplink for a fabric.
Options
Table 64. ome_smart_fabric_uplink
Parameter Required Default Choices Comments
state True present present, or absent
● C(present)-
○ Creates a new
uplink with the
provided
I(name).
○ Modifies an
existing uplink
with the
provided
I(name).
● C(absent) - Deletes
the uplink with the
provided I(name).
WARNING:
Delete operation
can impact
the network
infrastructure.
fabric_name True NA NA Provide the
I(fabric_name) of the
fabric for which the
uplink is to be
configured.
name True NA NA Provide the I(name)
of the uplink to be
Modules for OpenManage Enterprise (OME) 109