Переглянути джерело

Merge pull request #9445 from ewolinetz/logging_output_limit

Limiting additional fact collection to non-masters
OpenShift Merge Robot 6 роки тому
батько
коміт
54fcbfc3e5
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