ansible-role-for-splunk icon indicating copy to clipboard operation
ansible-role-for-splunk copied to clipboard

configure_dmc.yml breaks Cluster Manager config if DMC runs on CM

Open igsher opened this issue 1 year ago • 2 comments

Task "Configure DMC as a IDXC member" in configure_dmc.yml attempts to configure the node as IDXC SH even if the node is already configured as IDXC Manager

Proposed fix:

- name: Configure DMC as a IDXC member
  include_tasks: configure_idxc_sh.yml
  when:
    - "'clustermanager' not in group_names"

igsher avatar Apr 27 '24 04:04 igsher