mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Insert a newline in bastion after ProxyCommand conditional
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user