diff options
Diffstat (limited to 'templating/templates/switches.txt')
-rw-r--r-- | templating/templates/switches.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/templating/templates/switches.txt b/templating/templates/switches.txt deleted file mode 100644 index 0cc203b..0000000 --- a/templating/templates/switches.txt +++ /dev/null @@ -1,7 +0,0 @@ -{% for switch in objects["public/switches"].switches %} - {% set mg = objects["read/switches-management"].switches[switch] %} - {% set s = objects["public/switches"].switches[switch] %} - {% if mg.subnet4 -%} - {{ switch }} {{mg.subnet4 }} {{ mg.subnet6 }} {{ mg.mgmt_v4_addr }} {{ mg.mgmt_v6_addr }} {{ mg.traffic_vlan }} {{ s.distro_name }} - {% endif %} -{% endfor %} |