Do not run setup on all the nodes.

This commit is contained in:
Andreas Kruger 2018-05-02 10:58:38 +02:00
parent 86e3506ae6
commit c594bd7feb

View file

@ -57,7 +57,7 @@
any_errors_fatal: "{{ any_errors_fatal | default(true) }}"
roles:
- { role: kubespray-defaults}
- { role: etcd, tags: etcd }
- { role: etcd, tags: etcd, etcd_cluster_setup: false, etcd_events_cluster_setup: false }
- hosts: etcd:k8s-cluster:vault:calico-rr
any_errors_fatal: "{{ any_errors_fatal | default(true) }}"