Skip to content
Snippets Groups Projects
Unverified Commit fda49564 authored by Andreas Krüger's avatar Andreas Krüger Committed by GitHub
Browse files

Merge pull request #2492 from chenhonggc/gather_all_instances

gather all facts
parents ed48b6e4 73cd24bf
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
setup: setup:
delegate_to: "{{item}}" delegate_to: "{{item}}"
delegate_facts: True delegate_facts: True
with_items: "{{ groups['k8s-cluster'] + groups['etcd'] }}" with_items: "{{ groups['k8s-cluster'] + groups['etcd'] + groups['calico-rr']|default([]) }}"
- hosts: k8s-cluster:etcd:calico-rr - hosts: k8s-cluster:etcd:calico-rr
any_errors_fatal: "{{ any_errors_fatal | default(true) }}" any_errors_fatal: "{{ any_errors_fatal | default(true) }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment