Browse Source

gather facts from all instances, maybe include calico-rr

pull/2492/head
Chen Hong 6 years ago
parent
commit
4ee9cb2be9
1 changed files with 1 additions and 1 deletions
  1. 2
      cluster.yml

2
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) }}"

Loading…
Cancel
Save