diff --git a/Deploy_Conf.yml b/Deploy_Conf.yml index 9ad29f3..23acb1e 100644 --- a/Deploy_Conf.yml +++ b/Deploy_Conf.yml @@ -12,7 +12,8 @@ group: splunk - name: Desactiver le démarrage automatique - shell: "/opt/splunk/bin/splunk disable boot-start" + shell: "/opt/splunk/bin/splunk enable boot-start" + - name: "Start Splunk via cli" command: "{{ splunk_exec }} restart" become: yes