Users Guide

Table Of Contents
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