Browse Source

Updating to only iterate over oo_nodes_to_config list for oo_elasticsearch_nodes

Eric Wolinetz 6 years ago
parent
commit
6b8377690e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      playbooks/openshift-logging/private/config.yml

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

@@ -85,7 +85,7 @@
         groups: oo_elasticsearch_nodes
         ansible_ssh_user: "{{ g_ssh_user | default(omit) }}"
         ansible_become: "{{ g_sudo | default(omit) }}"
-      with_items: "{{ groups['OSEv3'] }}"
+      with_items: "{{ groups['oo_nodes_to_config'] }}"
       changed_when: no
       run_once: true
       delegate_to: localhost