소스 검색

Limiting additional fact collection to non-masters since we already collect that information for masters

Eric Wolinetz 6 년 전
부모
커밋
f1a9b2ec9a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      playbooks/openshift-logging/private/config.yml

+ 1 - 1
playbooks/openshift-logging/private/config.yml

@@ -16,7 +16,7 @@
 # Normally we only collect this information for our master group entries
 # we want to also collect this for nodes so we can match group entries to nodes
 - name: Get common IP facts when necessary
-  hosts: all
+  hosts: oo_nodes_to_config:!oo_masters
   gather_facts: false
   tasks:
   - name: Gather Cluster facts