From f96f01f3cfce8e98d876c0d0e720be844a998808 Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Mon, 13 Mar 2023 10:22:41 +0100 Subject: [PATCH] update --- Start_Splunk.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Start_Splunk.yml b/Start_Splunk.yml index 2f939cf..b48c3cc 100644 --- a/Start_Splunk.yml +++ b/Start_Splunk.yml @@ -1,10 +1,10 @@ --- -- name: Copie de la configuration du deploiment server +- name: Enable Boot-Start Splunk become: yes become_user: "{{ splunk_user }}" hosts: all tasks: - name: "Start Splunk via cli" - command: "{{ splunk_exec }} start --accept-license --answer-yes --no-prompt" + command: "{{ splunk_exec }} start enable boot-start" become: yes become_user: "{{ splunk_user }}" \ No newline at end of file