From 339c3318558f8aa63f40cef9c74a1af90a50003c Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Thu, 20 Apr 2017 14:27:14 +0100 Subject: [PATCH] Bring switch_interface group variable file up to date --- etc/kayobe/inventory/group_vars/switches/interfaces | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/etc/kayobe/inventory/group_vars/switches/interfaces b/etc/kayobe/inventory/group_vars/switches/interfaces index e7e8ce3ce..acab83512 100644 --- a/etc/kayobe/inventory/group_vars/switches/interfaces +++ b/etc/kayobe/inventory/group_vars/switches/interfaces @@ -5,16 +5,8 @@ # Interface configuration. # Interface configuration. Dict mapping switch interface names to configuration -# dicts. Each dict contains a description item and the name of a network which -# is used to lookup a variable containing interface config for ports on that -# network (switch_interface_config_). Each dict can also have a -# 'config' item which should contain a list of additional per-interface -# configuration. +# dicts. Each dict contains a description item and a 'config' item which should +# contain a list of per-interface configuration. # Generally this should be configured on a per-switch basis via a host_vars # file. switch_interface_config: {} - -# Example of an interface configuration variable for a network, referenced by -# the 'network' item of an interface in 'switch_interface_config'. -#switch_interface_config_example_net: -# - switchport access vlan 42