diff options
Diffstat (limited to 'templating/templates')
-rw-r--r-- | templating/templates/switches.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templating/templates/switches.txt b/templating/templates/switches.txt new file mode 100644 index 0000000..957df02 --- /dev/null +++ b/templating/templates/switches.txt @@ -0,0 +1,2 @@ +{% for switch in objects["public/switches"].switches %}Switch {{ switch }}: {{ objects["read/switches-management"].switches[switch].mgmt_v4_addr }} +{% endfor %} |