From 60c9cf54e6a275624bb7eda45667791d35568fe1 Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Mon, 24 Apr 2023 17:21:41 +0200 Subject: [PATCH] .. --- roles/splunk_deploy/tasks/Deploy_Conf_SHC_BS.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/splunk_deploy/tasks/Deploy_Conf_SHC_BS.yml b/roles/splunk_deploy/tasks/Deploy_Conf_SHC_BS.yml index 5c91063..d3b60de 100644 --- a/roles/splunk_deploy/tasks/Deploy_Conf_SHC_BS.yml +++ b/roles/splunk_deploy/tasks/Deploy_Conf_SHC_BS.yml @@ -1,5 +1,5 @@ --- - name: "Boot-Strap" - command: "{{ splunk_exec }} bootstrap shcluster-captain -auth {{ splunk_admin_user }}:'{{ splunk_password }}' -servers_list "https://{{ group.splunk_search_head[0] }}:{{ splunk_svc_port }},https://{{ group.splunk_search_head[1] }}:{{ splunk_svc_port }}"" + command: "{{ splunk_exec }} bootstrap shcluster-captain -auth {{ splunk_admin_user }}:'{{ splunk_password }}' -servers_list https://{{ group.splunk_search_head[0] }}:{{ splunk_svc_port }},https://{{ group.splunk_search_head[1] }}:{{ splunk_svc_port }}" become: yes become_user: "{{ privileged_user }}"