File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
splunk_cluster_master/tasks Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
vars :
4
4
splunk_instance_address : " {{ splunk.multisite_master }}"
5
5
6
- - name : Convert External Cluster Master Name into Internal URI
6
+ - name : Convert Extrenal Cluster Master Name into Internal URI
7
7
set_fact :
8
8
multisite_master_uri : " {{ cert_prefix }}://{{ splunk.multisite_master }}:{{ splunk.svc_port }}"
9
9
Original file line number Diff line number Diff line change 3
3
vars :
4
4
splunk_instance_address : " {{ splunk.multisite_master }}"
5
5
6
- - name : Convert External Cluster Master Name into Internal URI
6
+ - name : Convert Extrenal Cluster Master Name into Internal URI
7
7
set_fact :
8
8
multisite_master_uri : " {{ cert_prefix }}://{{ splunk.multisite_master }}:{{ splunk.svc_port }}"
9
9
Original file line number Diff line number Diff line change 3
3
vars :
4
4
splunk_instance_address : " {{ splunk.multisite_master }}"
5
5
6
- - name : Convert External Cluster Master Name into Internal URI
6
+ - name : Convert Extrenal Cluster Master Name into Internal URI
7
7
set_fact :
8
8
multisite_master_uri : " {{ cert_prefix }}://{{ splunk.multisite_master }}:{{ splunk.svc_port }}"
9
9
Original file line number Diff line number Diff line change 3
3
vars :
4
4
splunk_instance_address : " {{ splunk.multisite_master }}"
5
5
6
- - name : Convert External Cluster Master Name into Internal URI
6
+ - name : Convert Extrenal Cluster Master Name into Internal URI
7
7
set_fact :
8
8
multisite_master_uri : " {{ cert_prefix }}://{{ splunk.multisite_master }}:{{ splunk.svc_port }}"
9
9
10
10
- name : Setup SHC - Multisite
11
- command : " {{ splunk.exec }} edit cluster-config -mode searchhead -master_uri {{ multisite_master_uri }} -auth {{ splunk.admin_user }}:{{ splunk.password }} -secret {{ splunk.shc .pass4SymmKey }}"
11
+ command : " {{ splunk.exec }} edit cluster-config -mode searchhead -master_uri {{ multisite_master_uri }} -auth {{ splunk.admin_user }}:{{ splunk.password }} -secret {{ splunk.idxc .pass4SymmKey }}"
12
12
become : yes
13
13
become_user : " {{ splunk.user }}"
14
14
register : set_new_master
28
28
- include_tasks : ../../../roles/splunk_common/tasks/wait_for_splunk_process.yml
29
29
30
30
- name : Setup SHC with Associated Site
31
- command : " {{ splunk.exec }} edit cluster-master -old_master_uri {{ multisite_master_uri }} -site {{ splunk.site }} -auth {{ splunk.admin_user }}:{{ splunk.password }} -secret {{ splunk.shc .pass4SymmKey }} -multisite True"
31
+ command : " {{ splunk.exec }} edit cluster-master -old_master_uri {{ multisite_master_uri }} -site {{ splunk.site }} -auth {{ splunk.admin_user }}:{{ splunk.password }} -secret {{ splunk.idxc .pass4SymmKey }} -multisite True"
32
32
become : yes
33
33
become_user : " {{ splunk.user }}"
34
34
register : set_associated_site
You can’t perform that action at this time.
0 commit comments