From 74400334eea48b4244ca05726554385c7942a957 Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Fri, 31 Mar 2023 16:02:00 +0200 Subject: [PATCH] add boot-start --- Deploy_Conf.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Deploy_Conf.yml b/Deploy_Conf.yml index be438a4..9ad29f3 100644 --- a/Deploy_Conf.yml +++ b/Deploy_Conf.yml @@ -11,6 +11,8 @@ owner: splunk group: splunk + - name: Desactiver le démarrage automatique + shell: "/opt/splunk/bin/splunk disable boot-start" - name: "Start Splunk via cli" command: "{{ splunk_exec }} restart" become: yes