Michal Zegan | 3bf88a8 | 2019-08-22 14:55:16 +0200 | [diff] [blame] | 1 | #Configuration for kubernetes nodes. |
2 | #This redirects ssh connections through the installer instance, to allow connecting via internal ip. | ||||
3 | #It should work even on openssh versions lacking -j option support. | ||||
4 | #The value is based heavily on the default from parent group. | ||||
5 | ansible_ssh_common_args: "{{ disable_ssh_host_auth }} -o ProxyCommand='ssh {{ disable_ssh_host_auth }} -i {{ ansible_private_key_file }} -W %h:%p root@{{ installer_ip }}'" |