We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30a3e9c + 00fd1b1 commit 92b20ddCopy full SHA for 92b20dd
roles/splunk_monitor/tasks/initialize_standalone_search_head.yml
@@ -1,4 +1,6 @@
1
---
2
+- include_tasks: ../../../roles/splunk_monitor/tasks/adding_peers.yml
3
+
4
- include_tasks: ../../../roles/splunk_common/tasks/set_as_deployment_client.yml
5
when:
6
- splunk.deployment_server is defined
@@ -18,13 +20,6 @@
18
20
vars:
19
21
app_list: "{{ splunk.app_paths_install.default }}"
22
-# Non Indexer Clustering peering
-- include_tasks: ../../../roles/splunk_monitor/tasks/adding_peers.yml
23
- when:
24
- - not splunk_indexer_cluster
25
- - splunk.multisite_master is not defined
26
-
27
-# Indexer Clustering peering
28
- include_tasks: ../../splunk_common/tasks/peer_cluster_master.yml
29
30
- splunk_indexer_cluster or splunk.multisite_master is defined
0 commit comments