@@ -27,6 +27,9 @@
{%- endif %}
{%- if host_config.ssh_proxy.key_path is defined %}
-o IdentityFile='{{host_config.ssh_proxy.key_path}}'
+ {%- endif %}
+ {%- if host_config.ssh_proxy.bastion_port is defined %}
+ -p {{ host_config.ssh_proxy.bastion_port }}
{{host_config.ssh_proxy.host}}
{% endif %}