cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
455
Views
2
Helpful
1
Replies

Cisco UCS Ansible

eduardonp89
Level 1
Level 1

Would anyone know how to get the information to configure "cisco.ucs.ucs_managed_objects" in the example below this is using the module "ucsmsdk.mometa.fabric.FabricEthLan", in my specific case I wanted to configure a policy in specific that is in equipment.

 
# Setup UCS uplink Ports
- name: Configure UCS Uplink Ports
  cisco.ucs.ucs_managed_objects:
    objects:
      - {
        # Configure the port as uplink port
        "module": "ucsmsdk.mometa.fabric.FabricEthLan",
        "class": "FabricEthLan",
        "properties": {
          "parent_mo_or_dn": "fabric/lan",
          "id": "{{ item.fabric_id }
1 Reply 1

Some example here --https://github.com/CiscoDevNet/ansible-ucs

Please mark this as helpful or solution accepted to help others
Connect with me https://bigevilbeard.github.io