{# Query parameters: ?username=arne #} {% set ssh_username = options['username']|default('ARNE') %} {% for (switch, s) in objects["public/switches"].switches|dictsort %} {% set mg = objects["read/switches-management"].switches[switch] -%} Host {{ switch }}.tg23.gathering.org {{ switch }} User {{ ssh_username }} ProxyJump my-proxyjump {% endfor %}