diff options
-rw-r--r-- | inventory/host_vars/ch-sw2.yml | 12 | ||||
-rw-r--r-- | inventory/host_vars/ch-sw3.yml | 10 |
2 files changed, 9 insertions, 13 deletions
diff --git a/inventory/host_vars/ch-sw2.yml b/inventory/host_vars/ch-sw2.yml index f2f6d3df..88a7a3c7 100644 --- a/inventory/host_vars/ch-sw2.yml +++ b/inventory/host_vars/ch-sw2.yml @@ -1,15 +1,13 @@ --- switch_interfaces_yaml: | - - spec: Te1/0/1 - description: "sw1" - switchport_mode: trunk - - - spec: Te1/0/2 - description: "RFU" + - spec: Te1/0/1-2 + channel_group: 64 + - spec: port-channel 64 + description: "sw0" switchport_mode: trunk - spec: Te1/0/3 - description: "FRU" + description: "RFU" vlan: {{ network_zones.lan.vlan }} - spec: Te1/0/4 diff --git a/inventory/host_vars/ch-sw3.yml b/inventory/host_vars/ch-sw3.yml index cf77edbf..39dbadf6 100644 --- a/inventory/host_vars/ch-sw3.yml +++ b/inventory/host_vars/ch-sw3.yml @@ -1,15 +1,13 @@ --- switch_interfaces_yaml: | - - spec: Te1/0/1 + - spec: Te1/0/1-2 + channel_group: 64 + - spec: port-channel 64 description: "sw0" switchport_mode: trunk - - spec: Te1/0/2 - description: "RFU" - switchport_mode: trunk - - spec: Te1/0/3 - description: "epimetheus" + description: "RFU" vlan: {{ network_zones.lan.vlan }} - spec: Te1/0/4 |