blob: 76a222c2ff2e175658e2559455ed59c061023676 [file] [log] [blame]
Michal Zegan3bf88a82019-08-22 14:55:16 +02001#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.
5ansible_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 }}'"