|
52 | 52 | - name: Build NDFC Fabric Switch Inventory List From Template |
53 | 53 | ansible.builtin.import_tasks: common/ndfc_inventory.yml |
54 | 54 |
|
55 | | -- name: Build NDFC Interface Access Po List From Template |
| 55 | +# -------------------------------------------------------------------- |
| 56 | +# Build NDFC Fabric Access Port-Channel Interfaces List From Template |
| 57 | +# -------------------------------------------------------------------- |
| 58 | + |
| 59 | +- name: Build NDFC Fabric Access Port-Channel Interfaces List From Template |
56 | 60 | ansible.builtin.import_tasks: common/ndfc_interface_access_po.yml |
57 | 61 |
|
58 | | -- name: Build NDFC Interface Access List From Template |
| 62 | +# -------------------------------------------------------------------- |
| 63 | +# Build Access Interfaces List From Template |
| 64 | +# -------------------------------------------------------------------- |
| 65 | + |
| 66 | +- name: Build Access Interfaces List From Template |
59 | 67 | ansible.builtin.import_tasks: common/ndfc_interface_access.yml |
60 | 68 |
|
61 | | -- name: Build NDFC Interface Loopback List From Template |
| 69 | +# -------------------------------------------------------------------- |
| 70 | +# Build NDFC Fabric Loopback Interfaces List From Template |
| 71 | +# -------------------------------------------------------------------- |
| 72 | + |
| 73 | +- name: Build NDFC Fabric Loopback Interfaces List From Template |
62 | 74 | ansible.builtin.import_tasks: common/ndfc_interface_loopback.yml |
63 | 75 |
|
64 | | -- name: Build NDFC Interface Po Routed List From Template |
| 76 | +# -------------------------------------------------------------------- |
| 77 | +# Build NDFC Fabric Routed Port-Channel Interface List From Template |
| 78 | +# -------------------------------------------------------------------- |
| 79 | + |
| 80 | +- name: Build NDFC Fabric Routed Port-Channel Interface List From Template |
65 | 81 | ansible.builtin.import_tasks: common/ndfc_interface_po_routed.yml |
66 | 82 |
|
67 | | -- name: Build NDFC Interface Routed List From Template |
| 83 | +# -------------------------------------------------------------------- |
| 84 | +# Build NDFC Fabric Interface Routed List From Template |
| 85 | +# -------------------------------------------------------------------- |
| 86 | + |
| 87 | +- name: Build NDFC Fabric Interface Routed List From Template |
68 | 88 | ansible.builtin.import_tasks: common/ndfc_interface_routed.yml |
69 | 89 |
|
70 | | -- name: Build NDFC Interface Trunk Po List From Template |
| 90 | +# -------------------------------------------------------------------- |
| 91 | +# Build NDFC Fabric Trunk Port-Channel Interfaces List From Template |
| 92 | +# -------------------------------------------------------------------- |
| 93 | + |
| 94 | +- name: Build NDFC Fabric Trunk Port-Channel Interfaces List From Template |
71 | 95 | ansible.builtin.import_tasks: common/ndfc_interface_trunk_po.yml |
72 | 96 |
|
73 | | -- name: Build NDFC Interface Trunk List From Template |
| 97 | +# -------------------------------------------------------------------- |
| 98 | +# Build Trunk Interfaces List From Template |
| 99 | +# -------------------------------------------------------------------- |
| 100 | + |
| 101 | +- name: Build Trunk Interfaces List From Template |
74 | 102 | ansible.builtin.import_tasks: common/ndfc_interface_trunk.yml |
75 | 103 |
|
76 | | -- name: Build NDFC Interface VPC List From Template |
| 104 | +# -------------------------------------------------------------------- |
| 105 | +# Build Fabric interface vPC List From Template |
| 106 | +# -------------------------------------------------------------------- |
| 107 | + |
| 108 | +- name: Build Fabric interface vPC List From Template |
77 | 109 | ansible.builtin.import_tasks: common/ndfc_interface_vpc.yml |
78 | 110 |
|
79 | | -- name: Build NDFC Sub Interface Routed List From Template |
| 111 | +# -------------------------------------------------------------------- |
| 112 | +# Build NDFC Fabric Sub-Interface Routed List From Template |
| 113 | +# -------------------------------------------------------------------- |
| 114 | + |
| 115 | +- name: Build NDFC Fabric Sub-Interface Routed List From Template |
80 | 116 | ansible.builtin.import_tasks: common/ndfc_sub_interface_routed.yml |
81 | 117 |
|
82 | | -- name: Build NDFC Interface all List From Template |
| 118 | +# -------------------------------------------------------------------- |
| 119 | +# Build Fabric Interface All List From Template |
| 120 | +# -------------------------------------------------------------------- |
| 121 | + |
| 122 | +- name: Build Fabric interface All List From Template |
83 | 123 | ansible.builtin.import_tasks: common/ndfc_interface_all.yml |
84 | 124 |
|
| 125 | +# -------------------------------------------------------------------- |
| 126 | +# Build Policy List From Template |
| 127 | +# -------------------------------------------------------------------- |
| 128 | + |
85 | 129 | - name: Build NDFC Policy List From Template |
86 | | - ansible.builtin.import_tasks: common/ndfc_policy.yml |
| 130 | + ansible.builtin.import_tasks: common/ndfc_policy.yml |
| 131 | + |
| 132 | +# -------------------------------------------------------------------- |
| 133 | +# Build Edge Connections List From Template |
| 134 | +# -------------------------------------------------------------------- |
87 | 135 |
|
88 | | -- name: Edge Connections List From Template |
| 136 | +- name: Build Edge Connections List From Template |
89 | 137 | ansible.builtin.import_tasks: common/ndfc_edge_connections.yml |
90 | 138 |
|
91 | 139 | # -------------------------------------------------------------------- |
|
0 commit comments