diff --git a/templates/ssh/ssh.config.j2 b/templates/ssh/ssh.config.j2 index b334345..1d86a98 100644 --- a/templates/ssh/ssh.config.j2 +++ b/templates/ssh/ssh.config.j2 @@ -6,4 +6,7 @@ Host {{hostname}} {% elif 'external_ip' in hostvars[hostname] %} HostName {{hostvars[hostname].external_ip}} {% endif %} +{% if 'ssh_proxy_jump' in hostvars[hostname] %} + ProxyJump {{hostvars[hostname].ssh_proxy_jump}} +{% endif %} {% endfor %}