diff options
author | Christian Pointner <equinox@spreadspace.org> | 2019-08-28 12:18:17 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2019-08-28 12:18:17 +0200 |
commit | 1902a259d575cf9410f413a68e6c87476c0a4881 (patch) | |
tree | 8ed770219d783255354004b15caa571701846d6b | |
parent | cccamp19 added vm av (diff) |
ch-sw1: switch config update
-rw-r--r-- | inventory/host_vars/ch-sw1.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inventory/host_vars/ch-sw1.yml b/inventory/host_vars/ch-sw1.yml index 9ba68ed5..21fb8665 100644 --- a/inventory/host_vars/ch-sw1.yml +++ b/inventory/host_vars/ch-sw1.yml @@ -5,7 +5,7 @@ switch_interfaces_yaml: | switchport_mode: trunk - spec: Te1/0/2 - description: "RFU" + description: "prometheus" switchport_mode: trunk - spec: range Te1/0/3-4 @@ -16,8 +16,8 @@ switch_interfaces_yaml: | - spec: range Gi1/0/17-22 vlan: {{ network_zones['iot'].vlan }} - - spec: range Gi1/0/23-27 + - spec: range Gi1/0/23-26 vlan: {{ network_zones['svc'].vlan }} - - spec: Gi1/0/28 + - spec: range Gi1/0/27-28 vlan: {{ network_zones['mgmt'].vlan }} |