Merge pull request #1672 from manics/bastion-proxycommand-newline

Insert a newline in bastion ssh config after ProxyCommand conditional
This commit is contained in:
Brad Beam 2017-09-29 11:37:47 -05:00 committed by GitHub
commit 1b9a6d7ad8

View file

@ -17,5 +17,6 @@ Host {{ bastion_ip }}
Host {{ vars['hosts'] }}
ProxyCommand ssh -W %h:%p {{ real_user }}@{{ bastion_ip }} {% if ansible_ssh_private_key_file is defined %}-i {{ ansible_ssh_private_key_file }}{% endif %}
StrictHostKeyChecking no
{% endif %}