From 1eaa6925b99cb5ef97f4206f11fc80b1aea8addd Mon Sep 17 00:00:00 2001 From: Giri Kuncoro Date: Thu, 10 May 2018 11:53:48 +0530 Subject: [PATCH] Fix privilege escalation timeout for remove-node playbook --- remove-node.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/remove-node.yml b/remove-node.yml index fbc5bc8ba..d76326651 100644 --- a/remove-node.yml +++ b/remove-node.yml @@ -1,6 +1,8 @@ --- - hosts: all + vars: + ansible_ssh_pipelining: true gather_facts: true - hosts: etcd:k8s-cluster:vault:calico-rr