Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 4.0.0 User’s Guide
 - Contents
 - 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)
- How OpenManage Ansible Modules work with OME
 - Running your first OME Playbook
 - Manage Devices
 - Manage device configuration templates
 - Template Service
 - Manage the device firmware
 - Manage jobs
 - Manage users
 - Manage identity pool
 - Manage application settings
 - Manage network configuration
 - Manage fabrics
 - Manage Profiles
 - Device discovery
 - Manage Chassis
 - Manage Active Directory service and user groups
 - Diagnostics
 
 - Modules for Redfish APIs
 - Deprecated modules
 
                version of the I/O Module running the Fabric Manager does not support 
the configuration feature.",
                "MessageArgs": [],
                "MessageId": "CDEV7151",
                "RelatedProperties": [],
                "Resolution": "Update the firmware version of the I/O Module running the 
Fabric Manager and retry
                the operation. For information about the recommended I/O Module firmware 
versions, see the
                OpenManage Enterprise-Modular User's Guide available on the support 
site.",
                "Severity": "Informational"
            }
        ],
        "code": "Base.1.0.GeneralError",
        "message": "A general error has occurred. See ExtendedInfo for more information."
    }
  }
Examples
- name: Create an Uplink
  dellemc.openmanage.ome_smart_fabric_uplink:
    hostname: "192.168.0.1"
    username: "username"
    password: "password"
    state: "present"
    fabric_name: "fabric1"
    name: "uplink1"
    description: "CREATED from OMAM"
    uplink_type: "Ethernet"
    ufd_enable: "Enabled"
    primary_switch_service_tag: "ABC1234"
    primary_switch_ports:
      - ethernet1/1/13
      - ethernet1/1/14
    secondary_switch_service_tag: "XYZ1234"
    secondary_switch_ports:
      - ethernet1/1/13
      - ethernet1/1/14
    tagged_networks:
      - vlan1
      - vlan3
    untagged_network: vlan2
  tags: create_uplink
- name: Modify an existing uplink
  dellemc.openmanage.ome_smart_fabric_uplink:
    hostname: "192.168.0.1"
    username: "username"
    password: "password"
    state: "present"
    fabric_name: "fabric1"
    name: "uplink1"
    new_name: "uplink2"
    description: "Modified from OMAM"
    uplink_type: "Ethernet"
    ufd_enable: "Disabled"
    primary_switch_service_tag: "DEF1234"
    primary_switch_ports:
      - ethernet1/2/13
      - ethernet1/2/14
    secondary_switch_service_tag: "TUV1234"
    secondary_switch_ports:
      - ethernet1/2/13
      - ethernet1/2/14
    tagged_networks:
      - vlan11
      - vlan33
    untagged_network: vlan22
  tags: modify_uplink
- name: Delete an Uplink
Modules for OpenManage Enterprise (OME)
137










