From 76dca877da5b3e05bc7f46d0a5dbc06a654d1c84 Mon Sep 17 00:00:00 2001 From: Andreas Kruger Date: Wed, 16 May 2018 13:14:13 +0200 Subject: [PATCH] Set the vars explicit --- cluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster.yml b/cluster.yml index 70f7c17f4..9bfd2ff42 100644 --- a/cluster.yml +++ b/cluster.yml @@ -51,7 +51,7 @@ any_errors_fatal: "{{ any_errors_fatal | default(true) }}" roles: - { role: kubespray-defaults} - - { role: etcd, tags: etcd } + - { role: etcd, tags: etcd, etcd_cluster_setup: true, etcd_events_cluster_setup: true } - hosts: k8s-cluster:calico-rr any_errors_fatal: "{{ any_errors_fatal | default(true) }}"