ansible/roles/websockify/templates/websockify.conf.j2

3 lines
88 B
Django/Jinja

{% for host in ssh_proxy_hosts %}
{{ host | hash('sha1') }}: {{ host }}:22
{% endfor %}