Skip to content

Commit

Permalink
Merge pull request #856 from splunk/mc-peering-idxc
Browse files Browse the repository at this point in the history
revert idxc peering changes
  • Loading branch information
jmeixensperger authored Jul 25, 2024
2 parents 30a3e9c + 00fd1b1 commit 92b20dd
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
- include_tasks: ../../../roles/splunk_monitor/tasks/adding_peers.yml

- include_tasks: ../../../roles/splunk_common/tasks/set_as_deployment_client.yml
when:
- splunk.deployment_server is defined
Expand All @@ -18,13 +20,6 @@
vars:
app_list: "{{ splunk.app_paths_install.default }}"

# Non Indexer Clustering peering
- include_tasks: ../../../roles/splunk_monitor/tasks/adding_peers.yml
when:
- not splunk_indexer_cluster
- splunk.multisite_master is not defined

# Indexer Clustering peering
- include_tasks: ../../splunk_common/tasks/peer_cluster_master.yml
when:
- splunk_indexer_cluster or splunk.multisite_master is defined
Expand Down

0 comments on commit 92b20dd

Please sign in to comment.