|
|
|
|
@ -11,11 +11,6 @@
|
|
|
|
|
group: splunk
|
|
|
|
|
|
|
|
|
|
- name: "Start Splunk via cli"
|
|
|
|
|
command: "{{ splunk_exec_uf }} start --accept-license --answer-yes --no-prompt"
|
|
|
|
|
command: "{{ splunk_exec_uf }} restart"
|
|
|
|
|
become: yes
|
|
|
|
|
become_user: "{{ splunk_user }}"
|
|
|
|
|
|
|
|
|
|
- name: "Start Splunk via cli"
|
|
|
|
|
command: "{{ splunk_exec }} enable boot-start"
|
|
|
|
|
become: yes
|
|
|
|
|
become_user: "{{ splunk_user_uf }}"
|
|
|
|
|
become_user: "{{ privileged_user }}"
|