From a6e16046ba62c6311b500e368087238d8ff62e43 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Thu, 20 Apr 2017 14:39:59 +0100 Subject: [PATCH] Remove switch interfaces group variables file - now in playbook group vars --- etc/kayobe/inventory/group_vars/switches/interfaces | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 etc/kayobe/inventory/group_vars/switches/interfaces diff --git a/etc/kayobe/inventory/group_vars/switches/interfaces b/etc/kayobe/inventory/group_vars/switches/interfaces deleted file mode 100644 index acab835..0000000 --- a/etc/kayobe/inventory/group_vars/switches/interfaces +++ /dev/null @@ -1,12 +0,0 @@ ---- -# Switch configuration. - -############################################################################### -# Interface configuration. - -# Interface configuration. Dict mapping switch interface names to 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: {}