From 4ee9cb2be9053799af9aefe3036fe9e66d95ab30 Mon Sep 17 00:00:00 2001 From: Chen Hong Date: Mon, 19 Mar 2018 14:32:25 +0800 Subject: [PATCH] gather facts from all instances, maybe include calico-rr --- cluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster.yml b/cluster.yml index 00c68a593..6dcb8b659 100644 --- a/cluster.yml +++ b/cluster.yml @@ -26,7 +26,7 @@ setup: delegate_to: "{{item}}" delegate_facts: True - with_items: "{{ groups['k8s-cluster'] + groups['etcd'] }}" + with_items: "{{ groups['k8s-cluster'] + groups['etcd'] + groups['calico-rr'] }}" - hosts: k8s-cluster:etcd:calico-rr any_errors_fatal: "{{ any_errors_fatal | default(true) }}"