summaryrefslogtreecommitdiffstats
path: root/tools/cicdansible/group_vars/nodes.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cicdansible/group_vars/nodes.yml')
-rw-r--r--tools/cicdansible/group_vars/nodes.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/cicdansible/group_vars/nodes.yml b/tools/cicdansible/group_vars/nodes.yml
new file mode 100644
index 00000000..76a222c2
--- /dev/null
+++ b/tools/cicdansible/group_vars/nodes.yml
@@ -0,0 +1,5 @@
+#Configuration for kubernetes nodes.
+#This redirects ssh connections through the installer instance, to allow connecting via internal ip.
+#It should work even on openssh versions lacking -j option support.
+#The value is based heavily on the default from parent group.
+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 }}'"