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