Browse Source

Merge pull request #2758 from girikuncoro/fix-remove-node

Fix privilege escalation timeout for remove-node playbook
pull/2769/head
Rong Zhang 6 years ago
committed by GitHub
parent
commit
d7d85d2d3e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. 2
      remove-node.yml

2
remove-node.yml

@ -1,6 +1,8 @@
--- ---
- hosts: all - hosts: all
vars:
ansible_ssh_pipelining: true
gather_facts: true gather_facts: true
- hosts: etcd:k8s-cluster:vault:calico-rr - hosts: etcd:k8s-cluster:vault:calico-rr

Loading…
Cancel
Save