Merge "Replace jinja for with filter expression in helm deploy call"
[oom/offline-installer.git] / tools / cicdansible / group_vars / nodes.yml
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 }}'"